diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 17:05:55 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 17:05:55 +0000 |
commit | 0d6d46202fd68d9d43ebb5c233ae18e6fafe50de (patch) | |
tree | d839983c985a97ed13a4224051160e4a3463230d /chrome | |
parent | b7e899141194fa27d55a990e38ae8bdcc5183a90 (diff) | |
download | chromium_src-0d6d46202fd68d9d43ebb5c233ae18e6fafe50de.zip chromium_src-0d6d46202fd68d9d43ebb5c233ae18e6fafe50de.tar.gz chromium_src-0d6d46202fd68d9d43ebb5c233ae18e6fafe50de.tar.bz2 |
Set the default spellcheck language for Hungarian and Bulgarian
to Hungarian and Bulgarian
BUG=45006
TEST=Start Hungarian / Bulgarian Chrome with a clean profile and see the
default spellcheck language matches the UI language.
Review URL: http://codereview.chromium.org/2333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48734 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/resources/locale_settings_bg.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_hu.xtb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_bg.xtb b/chrome/app/resources/locale_settings_bg.xtb index fa05057..312ed32 100644 --- a/chrome/app/resources/locale_settings_bg.xtb +++ b/chrome/app/resources/locale_settings_bg.xtb @@ -4,7 +4,7 @@ <translation id="IDS_ACCEPT_LANGUAGES">bg-BG,bg</translation> <translation id="IDS_DEFAULT_ENCODING">windows-1251</translation> <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> -<translation id="IDS_SPELLCHECK_DICTIONARY">en-US</translation> +<translation id="IDS_SPELLCHECK_DICTIONARY">bg-BG</translation> <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">120</translation> <translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">39</translation> <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">24</translation> diff --git a/chrome/app/resources/locale_settings_hu.xtb b/chrome/app/resources/locale_settings_hu.xtb index d172111..de89fc7 100644 --- a/chrome/app/resources/locale_settings_hu.xtb +++ b/chrome/app/resources/locale_settings_hu.xtb @@ -4,7 +4,7 @@ <translation id="IDS_ACCEPT_LANGUAGES">hu-HU,hu,en-US,en</translation> <translation id="IDS_DEFAULT_ENCODING">ISO-8859-2</translation> <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> -<translation id="IDS_SPELLCHECK_DICTIONARY">en-US</translation> +<translation id="IDS_SPELLCHECK_DICTIONARY">hu-HU</translation> <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">40</translation> <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> |