LeOSium-WF/waterfoxPatches/0010-Values_Strings_Harvey1...

35 lines
1.6 KiB
Plaintext
Raw Normal View History

2025-02-18 13:44:30 +01:00
From e24b203797ccf295287e58bdc7867c07480009f9 Mon Sep 17 00:00:00 2001
From: harvey186 <harvey186@hotmail.com>
Date: Thu, 26 Dec 2024 09:45:59 +0100
Subject: [PATCH] Values_Strings_Harvey186
---
app/src/main/res/values/strings.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b71d91644..bbd2dc28f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -47,7 +47,7 @@
<string name="recently_saved_menu_item_remove">Remove</string>
<!-- About content. The first parameter is the name of the application. (For example: LeOSium) -->
- <string name="about_content">%1$s is made by BrowserWorks</string>
+ <string name="about_content">%1$s is made by Harvey186</string>
<!-- Private Browsing -->
<!-- Explanation for private browsing displayed to users on home view when they first enable private mode
@@ -773,7 +773,7 @@
<!-- Title text displayed on the tab crash page. This first parameter is the name of the application (For example: LeOSium) -->
<string name="tab_crash_title_2">Sorry. %1$s cant load that page.</string>
<!-- Send crash report checkbox text on the tab crash page -->
- <string name="tab_crash_send_report">Send crash report to BrowserWorks</string>
+ <string name="tab_crash_send_report">Send crash report to Harvey186</string>
<!-- Close tab button text on the tab crash page -->
<string name="tab_crash_close">Close tab</string>
<!-- Restore tab button text on the tab crash page -->
--
2.34.1