diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-18 22:17:56 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-18 22:17:56 +0000 |
commit | e2fbea2252589d3054b777e79c7595d926ba5e42 (patch) | |
tree | bd2f0128546f54817d89e0c664048e72a4cf769a /chrome/app/resources | |
parent | 421f3ae760cbcd924800c903433f73b2257597e0 (diff) | |
download | chromium_src-e2fbea2252589d3054b777e79c7595d926ba5e42.zip chromium_src-e2fbea2252589d3054b777e79c7595d926ba5e42.tar.gz chromium_src-e2fbea2252589d3054b777e79c7595d926ba5e42.tar.bz2 |
Remove a lot more unused strings, mostly from settings.
There are plenty more strings flagged by the script, but it's not clear to me they should be removed (e.g., they may exist to make a translation cut-off even if they aren't used in the UI yet)
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/6677094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index bf065d2..6d44c0c 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -510,36 +510,6 @@ </message> </if> - <!-- The width of the AutoFill dialog in characters. --> - <message name="IDS_AUTOFILL_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 94 - </message> - - <!-- The height of the AutoFill dialog in lines. --> - <message name="IDS_AUTOFILL_DIALOG_HEIGHT_LINES" use_name_for_id="true"> - 32 - </message> - - <!-- The width of the AutoFill edit Address dialog in characters. --> - <message name="IDS_AUTOFILL_DIALOG_EDIT_ADDRESS_WIDTH_CHARS" use_name_for_id="true"> - 80 - </message> - - <!-- The height of the AutoFill edit Address dialog in lines. --> - <message name="IDS_AUTOFILL_DIALOG_EDIT_ADDRESS_HEIGHT_LINES" use_name_for_id="true"> - 25 - </message> - - <!-- The width of the AutoFill edit Credit Card dialog in characters. --> - <message name="IDS_AUTOFILL_DIALOG_EDIT_CCARD_WIDTH_CHARS" use_name_for_id="true"> - 60 - </message> - - <!-- The height of the AutoFill edit Credit Card dialog in lines. --> - <message name="IDS_AUTOFILL_DIALOG_EDIT_CCARD_HEIGHT_LINES" use_name_for_id="true"> - 10 - </message> - <!-- The width of the Instant confirm dialog box in characters. --> <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 70 |