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

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

Issue 974463002: Respect prefs::kAllowDeletingBrowserHistory in the Clear History UI on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 5d2944b9b8f4892550d7d693a8e182329abba877..792510db4cdd844b4d6433249c9ac99f61cfad64 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -357,6 +357,9 @@ For example, some websites may respond to this request by showing you ads that a
<message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_MESSAGE" desc='Message on the progress dialog used when waiting for "clear browsing data" to complete.'>
Please wait…
</message>
+ <message name="IDS_CAN_NOT_CLEAR_BROWSING_HISTORY_TOAST" desc='Message on the toast explaining that the user cannot "clear browsing history".'>
Bernhard Bauer 2015/03/03 14:26:21 No quotes for "clear browsing history". We should
knn 2015/03/03 15:03:43 You mean quotes around "clear browsing data" in th
Bernhard Bauer 2015/03/03 15:25:29 In the other strings, "clear browsing data" names
knn 2015/03/03 15:55:57 Thanks for explaining. I think this inconsistency
+ You can not delete your browsing history.
+ </message>
<!-- Accessibility preferences -->
<message name="IDS_PREFS_ACCESSIBILITY" desc="Title of Accessibility settings, which allows the user to change webpage font sizes. [CHAR-LIMIT=32]">

Powered by Google App Engine
This is Rietveld 408576698