diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 22:13:31 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 22:13:31 +0000 |
commit | be90dcf187d63b26013423ac8ce1704f5e1f9d59 (patch) | |
tree | 195505ea754ecd021f3a6a8f663fed9e9829b41c /chrome/app | |
parent | 989a1a68e1748f311ebf70f7e94d6cbcdf0ed679 (diff) | |
download | chromium_src-be90dcf187d63b26013423ac8ce1704f5e1f9d59.zip chromium_src-be90dcf187d63b26013423ac8ce1704f5e1f9d59.tar.gz chromium_src-be90dcf187d63b26013423ac8ce1704f5e1f9d59.tar.bz2 |
Linux: add icon and description preview to app shortcut dialog
TEST=none
BUG=42892
Review URL: http://codereview.chromium.org/2847050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 0c33843..3c66807 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -298,7 +298,7 @@ <message name="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 10 </message> - + <!-- The width and height of the Bug Reporting dialog box in characters and lines --> <!-- (See above). --> <message name="IDS_BUGREPORT_DIALOG_WIDTH_CHARS" use_name_for_id="true"> @@ -596,7 +596,7 @@ <!-- The width for the "create application shortcuts" dialog in characters. --> <message name="IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 55 + 65 </message> <!-- The width and height for the "create application shortcuts error" dialog. --> @@ -670,7 +670,7 @@ <message name="IDS_LANGUAGES_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 26 </message> - + <!-- The width and height of the CAPTCHA challenge dialog box in --> <!-- characters and lines (See above). --> <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="true"> |