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

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

Issue 669723003: [Android] Move setting of contentDescription out from content/ layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update the content grd Created 6 years, 2 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 050ed82f226e6fa0bd58e7eed90bffefe0f9d906..d77b2c4aaeede101974887e4b91c51403fba454b 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -262,6 +262,9 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button.">
Go back
</message>
+ <message name="IDS_ACCESSIBILITY_CONTENT_VIEW" desc="Content description for the content view that holds the web contents [CHAR-LIMIT=32]">
Miguel Garcia 2014/10/21 15:55:46 all others seem to have a char limit of 30, perhap
benm (inactive) 2014/10/21 16:01:58 Done.
+ Web View
+ </message>
<!-- ContextMenu -->
<message name="IDS_CONTEXTMENU_OPEN_IN_NEW_TAB" desc="Context sensitive menu item to open the selected link in a new tab. [CHAR-LIMIT=30]">
Open in new tab

Powered by Google App Engine
This is Rietveld 408576698