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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1416683003: MD: Implement tab button for location bar's tab to search message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better string Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9cd320567ef9ada059e029823da1a90c73538ffe..422225b36c4ba20b351fce7ca331212d1555a4a7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7097,6 +7097,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_OMNIBOX_EXTENSION_KEYWORD_HINT" desc="Shown to the user when the word(s) in the omnibox has an extension keyword associated with it. $1 is replaced with an image showing the tab key. $2 is replaced with the description of the keyword.">
Press <ph name="SEARCH_KEY">$1<ex>Tab</ex></ph> to send commands to <ph name="EXTENSION_NAME">$2<ex>Google Talk</ex></ph>
</message>
+ <message name="IDS_TAB_KEY" desc="The name of the tab key. This should match the typical physical appearance of the tab key in the locale." meaning="The tab key on a keyboard.">
+ Tab
+ </message>
<message name="IDS_OMNIBOX_KEYWORD_TEXT" desc="Text shown in the search button at the front of the omnibox when the user has selected a keyword">
Search <ph name="SITE_NAME">$1<ex>google.com</ex></ph>:
</message>

Powered by Google App Engine
This is Rietveld 408576698