| Index: chrome/app/google_chrome_strings.grd
|
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
|
| index 6b1984b253f01c78077746075f2d004680ba3127..83477dccaad49c6189cb683c0ca3ff5bb19c2b99 100644
|
| --- a/chrome/app/google_chrome_strings.grd
|
| +++ b/chrome/app/google_chrome_strings.grd
|
| @@ -178,6 +178,9 @@ Chrome supports. -->
|
| <message name="IDS_PRODUCT_NAME" desc="The Chrome application name">
|
| Google Chrome
|
| </message>
|
| + <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name">
|
| + Chrome
|
| + </message>
|
| <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
|
| Google Chrome Canary
|
| </message>
|
| @@ -522,7 +525,7 @@ Chrome supports. -->
|
| </message>
|
|
|
| <if expr="os == 'darwin'">
|
| - <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome.">
|
| + <message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome.">
|
| Chrome
|
| </message>
|
| <message name="IDS_HELPER_NAME" desc="The helper application's name. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chrome Helper.">
|
|
|