diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-21 23:18:30 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-21 23:18:30 +0000 |
commit | c18a221971e1fd197cc79f2cc02336c73e6193cf (patch) | |
tree | 68106cf954659562951f16bd87c6fc6fb114228e /chrome/app | |
parent | 4793c9449382bbc28dc9b865b1e77177c9a2feaf (diff) | |
download | chromium_src-c18a221971e1fd197cc79f2cc02336c73e6193cf.zip chromium_src-c18a221971e1fd197cc79f2cc02336c73e6193cf.tar.gz chromium_src-c18a221971e1fd197cc79f2cc02336c73e6193cf.tar.bz2 |
DOMUI: Convert the Options page title to 'Settings'
BUG=56151
TEST=out/Debug/chrome --enable-tabbed-options, open the tabbed options, notice
the page title read 'Settings' not 'Chromium/Google Chrome Options.
Review URL: http://codereview.chromium.org/3418021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 465e51e..23c3225 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5780,6 +5780,10 @@ Keep your key file in a safe place. You will need it to create new versions of y To hide access to this program, you need to uninstall it by using\n<ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Programs</ex></ph> in Control Panel.\n\nWould you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Programs</ex></ph>? </message> + <message name="IDS_SETTINGS_TITLE" desc="Title for the settings tab."> + Settings + </message> + <!-- Options Window --> <if expr="os != 'darwin'"> <message name="IDS_OPTIONS_CHROME_APPS_ENABLE_BACKGROUND_MODE" desc="The label in the checkbox that enables background mode for installed web apps."> |