Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3688)

Unified Diff: chrome/app/generated_resources.grd

Issue 330006: - "homepage" -> "home page" in two strings... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 29926)
+++ chrome/app/generated_resources.grd (working copy)
@@ -2816,7 +2816,7 @@
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 @@
&lt;a jsvalues="href:reloadUrl"&gt;Reload&lt;/a&gt; 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">&lt;a jsvalues="href:learnMoreUrl"&gt;</ph>Learn more<ph name="END_LINK">&lt;/a&gt;</ph> about this problem.
@@ -4020,17 +4020,26 @@
<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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698