LeOS-Ice-browser/patches_129/2909-maintainer_change.patch

26 lines
991 B
Diff

From c86e1e0fdf788eac0d1b4035923d985ead82600e Mon Sep 17 00:00:00 2001
From: harvey186 <harvey186@hotmail.com>
Date: Mon, 26 Aug 2024 09:42:54 +0200
Subject: [PATCH] maintainer_change
---
app/src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3464ab34b3..03372a171c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -62,7 +62,7 @@
<string name="home_bookmarks_menu_item_remove">Remove</string>
<!-- About content. The first parameter is the name of the application. (For example: Fenix) -->
- <string name="about_content">%1$s is produced by @fork-maintainers.</string>
+ <string name="about_content">%1$s is produced by @harvey186.</string>
<!-- Private Browsing -->
<!-- Explanation for private browsing displayed to users on home view when they first enable private mode
--
2.34.1