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

Unified Diff: chrome/app/generated_resources.grd

Issue 2711443003: [Mac] Adjustments to the Default State Touch Bar (Closed)
Patch Set: Fix for rsesek and estade Created 3 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_touch_bar.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 03e4323de212db23ffe6ef3ce02a20e56205f625..2f87d3365a454177e3e5ad1f7578cfb4bbdf3500 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1929,10 +1929,14 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
<!-- Touch Bar-->
<if expr="is_macosx">
- <message name="IDS_TOUCH_BAR_SEARCH"
- desc="Text for the search button in the touch bar. Pressing the button will bring focus to the omnibox.">
+ <message name="IDS_TOUCH_BAR_GOOGLE_SEARCH"
+ desc="Text for the search button in the touch bar when Google is the default search provider. Pressing the button will bring focus to the omnibox.">
Search or type URL
</message>
+ <message name="IDS_TOUCH_BAR_SEARCH"
+ desc="Text for the search button in the touch bar when Google is not the default search provider. Pressing the button will bring focus to the omnibox.">
+ Search $1
+ </message>
</if>
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_touch_bar.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698