Commit 4c935ca6 authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

DOMUI: Fix the casing and trailing ellipses of a few strings.

BUG=64791
TEST=none

Review URL: http://codereview.chromium.org/6307012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72212 0039d316-1c4b-4281-b951-d872f2087c98
parent 5aa23338
...@@ -7812,9 +7812,16 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -7812,9 +7812,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"> <message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option">
Custom Custom
</message> </message>
<message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel."> <if expr="not pp_ifdef('use_titlecase')">
Languages and Spell-checker settings <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button title for invoking the 'Languages and Spell-checker' panel.">
</message> 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"> <message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documentation string of the 'Spell check dictionary language' preference">
Spell-checker language: Spell-checker language:
...@@ -8071,9 +8078,16 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -8071,9 +8078,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
Sync Sync
</message> </message>
</if> </if>
<message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="The select ooption that allows the user to select which datatypes to sync."> <if expr="not pp_ifdef('use_titlecase')">
Choose what to Sync <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In sentence case: The select option that allows the user to select which datatypes to sync.">
</message> 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."> <message name="IDS_SYNC_OPTIONS_SELECT_EVERYTHING" desc="The select option that selects all features to be synced.">
Everything Everything
</message> </message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment