diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 17:59:34 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 17:59:34 +0000 |
commit | 7b22524519ce66c5b660bf215013adcabd8ab936 (patch) | |
tree | 1c4b7f8185116e746171ec4bca7718817243759f /chrome/app/chromium_strings.grd | |
parent | 08aafa686ea3f3121936f8d4159a8c8069c98738 (diff) | |
download | chromium_src-7b22524519ce66c5b660bf215013adcabd8ab936.zip chromium_src-7b22524519ce66c5b660bf215013adcabd8ab936.tar.gz chromium_src-7b22524519ce66c5b660bf215013adcabd8ab936.tar.bz2 |
Use GTM's l10n class to substitute the correctly branded string for "Quit Chromium" at runtime. Update the string grd files to have this string. BUG=11486. TEST=check the quit menu item in the app menu for the correct branding.
Review URL: http://codereview.chromium.org/115574
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16489 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 67ce685..0203d66 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -340,6 +340,15 @@ be available for now. --> <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> Chromium isn't your default browser. </message> + <message name="IDS_EXIT_MAC" desc="The menu item to quit the browser in the app menu."> + Quit Chromium + </message> + <message name="IDS_HIDE_MAC" desc="The menu item to hide all browser windows in the app menu."> + Hide Chromium + </message> + <message name="IDS_HELP_MAC" desc="The menu item to show help in the Help menu."> + Chromium Help + </message> </messages> </release> </grit> |