| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 9c1f9036f82eeeec5d9574dd96a812538a76c3e1..08f895dc3ec7f79077b2b5cc3c98f6ac1611cb14 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...
|
| + </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>
|
|
|