Index: chrome/app/google_chrome_strings.grd |
=================================================================== |
--- chrome/app/google_chrome_strings.grd (revision 24091) |
+++ chrome/app/google_chrome_strings.grd (working copy) |
@@ -397,6 +397,17 @@ |
<message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> |
Google Chrome isn't your default browser. |
</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."> |
+ Google 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."> |
+ Google Chrome Helper |
+ </message> |
+ <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's short name, used for the Mac's application menu, activity monitor, etc. Example: Chrome Helper, not Google Chrome Helper."> |
+ Chrome Helper |
+ </message> |
+ </if> |
</messages> |
</release> |
</grit> |