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

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

Issue 1208503002: Let product name be visible in app menu of custom tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 b3456b94677e01a808252d2ac85ea228dc42b55b..7333928226ee7e64c9f3bae11cbe8a464a2060ad 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1930,6 +1930,9 @@ Just open Chrome on your computer, go to the menu, and select “Sign in to Chro
<message name="IDS_MENU_OPEN_IN_CHROME" desc="Context sensitive menu item for opening a link in Chrome. [CHAR-LIMIT=30]">
newt (away) 2015/06/24 18:03:50 can we delete this string now?
Ian Wen 2015/06/24 18:13:00 I am afraid that we can't delete it. Context menu
Open in Chrome
</message>
+ <message name="IDS_MENU_OPEN_IN_PRODUCT" desc="App menu item for opening link in Chrome. [CHAR-LIMIT=30]">
+ Open in <ph name="PRODUCT_NAME">%1$s<ex>Chrome</ex></ph>
+ </message>
<message name="IDS_ACTIONBAR_TEXTSELECTION_TITLE" desc="Title of the text selection contextual action bar. [CHAR-LIMIT=30]">
Text selection
</message>

Powered by Google App Engine
This is Rietveld 408576698