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

Unified Diff: chrome/app/generated_resources.grd

Issue 6307012: DOMUI: Fix the casing of the 'Languages and Spell-checker Settings' button and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix case of 'Choose What to Sync'. Created 9 years, 11 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
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9c1f9036f82eeeec5d9574dd96a812538a76c3e1..58587dcea5de537019046bc472fe8ba79aded0dc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7809,9 +7809,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option">
Custom
</message>
- <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel.">
- Languages and Spell-checker settings
- </message>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel.">
+ Languages and Spell-checker settings...
stuartmorgan 2011/01/21 21:50:06 s/Spell-checker/spell-checker/? Or is there a reas
James Hawkins 2011/01/21 21:52:52 Hmm, I don't particularly know, but I'll change it
+ </message>
+ </if>
+ <if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel.">
+ Languages and Spell-checker Settings...
+ </message>
+ </if>
<message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documentation string of the 'Spell check dictionary language' preference">
Spell-checker language:
@@ -8068,9 +8075,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
Sync
</message>
</if>
- <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="The select ooption that allows the user to select which datatypes to sync.">
- Choose what to Sync
- </message>
+ <if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In sentence case: The select option that allows the user to select which datatypes to sync.">
+ Choose what to sync
+ </message>
+ </if>
+ <if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In Title Case: The select option that allows the user to select which datatypes to sync.">
+ Choose What to Sync
+ </message>
+ </if>
<message name="IDS_SYNC_OPTIONS_SELECT_EVERYTHING" desc="The select option that selects all features to be synced.">
Everything
</message>
« 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