| 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>
|
|
|
|
|