diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 20:48:15 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 20:48:15 +0000 |
commit | c9a06be181e8e5781c6a4c2dcc07e1b65d5b5db1 (patch) | |
tree | 5fd64a8a445b74896ff034be7ec48873f4825a58 /chrome/app | |
parent | e91d94702c929ae0c35277b312e892010b0bb896 (diff) | |
download | chromium_src-c9a06be181e8e5781c6a4c2dcc07e1b65d5b5db1.zip chromium_src-c9a06be181e8e5781c6a4c2dcc07e1b65d5b5db1.tar.gz chromium_src-c9a06be181e8e5781c6a4c2dcc07e1b65d5b5db1.tar.bz2 |
- "homepage" -> "home page" in two strings
- Fork the show home button string since mac uses it with different context.
- Updated text on the toolbar control buttons for the mac prefs window.
TEST=text is changed, see bugs
BUG=25667
BUG=25668
Review URL: http://codereview.chromium.org/330006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 080f019..2bfd189 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2816,7 +2816,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Reload this page </message> <message name="IDS_TOOLTIP_HOME" desc="The tooltip for the home button"> - Open the homepage + Open the home page </message> <message name="IDS_TOOLTIP_STAR" desc="The tooltip for bookmark button"> Bookmark this page @@ -3563,7 +3563,7 @@ Keep your key file in a safe place. You will need it to create new versions of y <a jsvalues="href:reloadUrl">Reload</a> this web page later. </message> <message name="IDS_ERRORPAGES_SUGGESTION_HOMEPAGE" desc="When a page fails to load, sometimes we provide a suggesting of trying just the hostname of the site."> - Go to the homepage of the site: + Go to the home page of the site: </message> <message name="IDS_ERRORPAGES_SUGGESTION_LEARNMORE" desc="When a web page fails to load, we provide a link to the help center to learn more about the failure."> <ph name="BEGIN_LINK"><a jsvalues="href:learnMoreUrl"></ph>Learn more<ph name="END_LINK"></a></ph> about this problem. @@ -4020,17 +4020,26 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_HOMEPAGE_USE_URL" desc="The title of the 'Use this page' for the home page radio"> Open this page: </message> - <message name="IDS_OPTIONS_HOMEPAGE_SHOW_BUTTON" desc="The label of the 'Show home button on toolbar' checkbox"> - Show Home button on the toolbar - </message> + <!-- Windows and Linux put this checkbox in the "home page" section of the prefs, Mac puts --> + <!-- it in a 'toolbar' section, so it does not need to say toolbar. --> + <if expr="os != 'darwin'"> + <message name="IDS_OPTIONS_HOMEPAGE_SHOW_BUTTON" desc="The label of the 'Show Home button on the toolbar' checkbox"> + Show Home button on the toolbar + </message> + </if> + <if expr="os == 'darwin'"> + <message name="IDS_OPTIONS_HOMEPAGE_SHOW_BUTTON" desc="The label of the 'Show Home button' checkbox"> + Show Home button + </message> + </if> <if expr="os == 'darwin'"> <!-- Mac has a Toolbar group (IDS_OPTIONS_HOMEPAGE_SHOW_BUTTON moved in this group) --> <message name="IDS_OPTIONS_TOOLBAR_GROUP_NAME" desc="The title of the toolbar group"> Toolbar: </message> - <message name="IDS_OPTIONS_PAGE_OPTION_SHOW_BUTTON" desc="The label of the 'Show Page and Option buttons on toolbar' checkbox"> - Show Page and Option buttons on the toolbar + <message name="IDS_OPTIONS_PAGE_OPTION_SHOW_BUTTON" desc="The label of the 'Show Page and Tools menus on toolbar' checkbox"> + Show Page and Tools menus </message> </if> |