diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-20 23:47:44 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-20 23:47:44 +0000 |
commit | f534d095e0f6805d420d72a3afb4f894bbc35a6c (patch) | |
tree | 18f9cdabccca81dcf0979060c3574fe413633e7d /chrome/app/resources/locale_settings_ar.xtb | |
parent | 9d0917e146bc89732b9c2851e0676fd94997a210 (diff) | |
download | chromium_src-f534d095e0f6805d420d72a3afb4f894bbc35a6c.zip chromium_src-f534d095e0f6805d420d72a3afb4f894bbc35a6c.tar.gz chromium_src-f534d095e0f6805d420d72a3afb4f894bbc35a6c.tar.bz2 |
Fixing i18n issues with the system tray menu (strings are too long for menu)
As discussed between designers and reviewers we moved the size of the menu into the locale_settings and query the value when creating the menu.
The locale files for all languages need to be changed according to this:
English spoken languages: 300
de, fr, bg: 370
all others: 350
BUG=156358
TEST=visual
Review URL: https://chromiumcodereview.appspot.com/12630012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189472 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_ar.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_ar.xtb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings_ar.xtb b/chrome/app/resources/locale_settings_ar.xtb index 1d94958..b716e78 100644 --- a/chrome/app/resources/locale_settings_ar.xtb +++ b/chrome/app/resources/locale_settings_ar.xtb @@ -5,6 +5,7 @@ <translation id="IDS_DEFAULT_ENCODING">windows-1256</translation> <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> <translation id="IDS_SPELLCHECK_DICTIONARY">en-US</translation> +<translation id="IDS_SYSTEM_TRAY_MENU_BUBBLE_WIDTH_PIXELS">330</translation> <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> <translation id="IDS_URLPICKER_DIALOG_WIDTH_CHARS">80</translation> |