Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1670)

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1894913002: Android: turn on auto-detect encoding by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 75889b129ad9c27be697ebf0139bacc6ade60c69..e01c9f51d6ee0a8be9810aefbacd595aa1e5653e 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -782,15 +782,12 @@ Your Google account may have other forms of browsing history like searches and a
To obtain new licenses, connect to the internet and play your downloaded content.
</message>
- <!-- Language preferences -->
- <message name="IDS_LANGUAGE" desc="Title for Language settings screen. [CHAR-LIMIT=32]">
- Language
- </message>
- <message name="IDS_GOOGLE_TRANSLATE" desc='Title for the Google Translate preference. [CHAR-LIMIT=32]'>
+ <!-- Google translate preferences -->
+ <message name="IDS_GOOGLE_TRANSLATE" desc='Title for the Google Translate settings screen. [CHAR-LIMIT=32]'>
Google Translate
</message>
<message name="IDS_TRANSLATE_PREFS_DESCRIPTION" desc="Translate preference description">
- Offer to translate pages using Google Translate
+ When this feature is turned on, Chrome will offer to translate pages written in other languages using Google Translate.
Theresa 2016/07/19 20:18:03 Also check on this string with UX. We may want to
Jinsuk Kim 2016/07/20 04:04:53 rolfe@ confirme that this is right, since we are g
</message>
<message name="IDS_TRANSLATE_PREFS_TOAST_DESCRIPTION" desc="Translate settings reset toast when resetting defaults">
Your translate settings have been reset.
@@ -798,12 +795,6 @@ To obtain new licenses, connect to the internet and play your downloaded content
<message name="IDS_RESET_TRANSLATE_DEFAULTS" desc="Title for translate reset menu preference">
Reset translate settings
</message>
- <message name="IDS_AUTO_DETECT_ENCODING" desc="Title for checkbox to enable or disable automatic detection of the character encoding in web pages. ">
- Auto detect encoding
- </message>
- <message name="IDS_AUTO_DETECT_ENCODING_DESCRIPTION" desc="Description for checkbox to enable or disable automatic detection of the character encoding in web pages. ">
- Automatically determine character encoding
- </message>
<!-- Storage preferences -->
<message name="IDS_WEBSITE_SETTINGS_STORAGE" desc="Title for Storage settings which show how much data websites are storing on the user's device. [CHAR-LIMIT=32]">

Powered by Google App Engine
This is Rietveld 408576698