| Index: chrome/app/chromium_strings.grd
|
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
|
| index 23da4fb2baed17137d019431d3d863e2c62da30d..c8196a80d7c162fc4918add618da43cf0dec58c8 100644
|
| --- a/chrome/app/chromium_strings.grd
|
| +++ b/chrome/app/chromium_strings.grd
|
| @@ -180,6 +180,9 @@ be available for now. -->
|
| <message name="IDS_PRODUCT_NAME" desc="The Chrome application name">
|
| Chromium
|
| </message>
|
| + <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name.">
|
| + Chromium
|
| + </message>
|
| <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
|
| Chromium
|
| </message>
|
| @@ -524,7 +527,7 @@ be available for now. -->
|
| </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.">
|
| Chromium
|
| </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.">
|
|
|