Index: mobile/android/base/strings.xml.in |
diff --git a/mobile/android/base/strings.xml.in b/mobile/android/base/strings.xml.in |
index c2cf14a2d30439bae32c3dcd52d624c82266872b..391360637fc3080d07ac9f4213ddc78de5b2f080 100644 |
--- a/mobile/android/base/strings.xml.in |
+++ b/mobile/android/base/strings.xml.in |
@@ -135,7 +135,9 @@ |
<string name="pref_category_display_summary">&pref_category_display_summary;</string> |
<string name="pref_category_privacy_short">&pref_category_privacy_short;</string> |
<string name="pref_category_privacy_summary">&pref_category_privacy_summary;</string> |
- <string name="pref_category_vendor">&pref_category_vendor;</string> |
+ <!-- We changed this to display the brand name instead of the vendor name |
+ in Adblock Browser, see: https://issues.adblockplus.org/ticket/2980 --> |
+ <string name="pref_category_vendor">&brandShortName;</string> |
<string name="pref_category_vendor_summary">&pref_category_vendor_summary;</string> |
<string name="pref_category_datareporting">&pref_category_datareporting;</string> |
<string name="pref_category_installed_search_engines">&pref_category_installed_search_engines;</string> |
@@ -170,7 +172,9 @@ |
<string name="pref_header_display">&pref_header_display;</string> |
<string name="pref_header_privacy_short">&pref_header_privacy_short;</string> |
<string name="pref_header_language">&pref_header_language;</string> |
- <string name="pref_header_vendor">&pref_header_vendor;</string> |
+ <!-- We changed this to display the brand name instead of the vendor name |
+ in Adblock Browser, see: https://issues.adblockplus.org/ticket/2980 --> |
+ <string name="pref_header_vendor">&brandShortName;</string> |
<string name="pref_header_devtools">&pref_header_devtools;</string> |
<string name="pref_learn_more">&pref_learn_more;</string> |