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

Unified Diff: chrome/android/java/res/values/strings.xml

Issue 11743011: Add history popup when long pressing on the back key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a padding drawable for null favicons to avoid jumping UI. Created 7 years, 12 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/res/values/strings.xml
diff --git a/chrome/android/java/res/values/strings.xml b/chrome/android/java/res/values/strings.xml
index 3c544b3e70dbc6d71e24021e2b5c66e473e43dfb..0dae2848400e5166745daa6dda72668fed570374 100644
--- a/chrome/android/java/res/values/strings.xml
+++ b/chrome/android/java/res/values/strings.xml
@@ -19,6 +19,9 @@
action, i.e. they do not want to reload the current page [CHAR-LIMIT=20] -->
<string name="dont_reload_this_page">Don\'t reload</string>
+ <!-- Label for the list item that opens the full navigation history. [CHAR-LIMIT=32] -->
+ <string name="show_history_label">Show full history</string>
+
<!-- JS modal dialogs -->
<!-- Standard popup button for allowing user confirmation of some webpage
event. [CHAR-LIMIT=12] -->

Powered by Google App Engine
This is Rietveld 408576698