Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/strings.xml.in

Issue 29325839: Issue 2980 - The Adblock Browser settings item says Eyeo (Closed)
Patch Set: Added change comments Created Sept. 3, 2015, 4:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/base/locales/en-US/android_strings.dtd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « mobile/android/base/locales/en-US/android_strings.dtd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld