Chromium Code Reviews| 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> |