diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-25 19:34:21 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-25 19:34:21 +0000 |
commit | 94042093cc93586d583f73613143ce3818b0aac1 (patch) | |
tree | baa87f0049474c649444e560ea17fb81e2adf23a | |
parent | cda45c034ced09ca661c538c871c602372ff032a (diff) | |
download | chromium_src-94042093cc93586d583f73613143ce3818b0aac1.zip chromium_src-94042093cc93586d583f73613143ce3818b0aac1.tar.gz chromium_src-94042093cc93586d583f73613143ce3818b0aac1.tar.bz2 |
"Fix" the URLs for the Flash storage settings page in Swedish and Korean.
For Korean, Adobe shortcut URL does not work. Until it's fixed, use the full url.
BUG=36072
TEST=Run Chrome in Korean or Swedish and follow the steps in the bug report.
TBR=oritm
Review URL: http://codereview.chromium.org/661100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40037 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/resources/locale_settings_ko.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_sv.xtb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_ko.xtb b/chrome/app/resources/locale_settings_ko.xtb index 5fec328..bfeee3f 100644 --- a/chrome/app/resources/locale_settings_ko.xtb +++ b/chrome/app/resources/locale_settings_ko.xtb @@ -55,7 +55,7 @@ <translation id="IDS_DOWNLOAD_BIG_PROGRESS_SIZE">52</translation> <translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation> -<translation id="IDS_FLASH_STORAGE_URL">http://www.adobe.com/go/settmgr_storage_kr</translation> +<translation id="IDS_FLASH_STORAGE_URL">http://www.macromedia.com/support/documentation/kr/flashplayer/help/settings_manager07.html</translation> <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">46</translation> <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">17</translation> diff --git a/chrome/app/resources/locale_settings_sv.xtb b/chrome/app/resources/locale_settings_sv.xtb index 90094f1..27b674b 100644 --- a/chrome/app/resources/locale_settings_sv.xtb +++ b/chrome/app/resources/locale_settings_sv.xtb @@ -51,7 +51,7 @@ <translation id="IDS_DOWNLOAD_BIG_PROGRESS_SIZE">52</translation> <translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation> -<translation id="IDS_FLASH_STORAGE_URL">http://www.adobe.com/go/settmgr_storage_sv</translation> +<translation id="IDS_FLASH_STORAGE_URL">http://www.adobe.com/go/settmgr_storage_se</translation> <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">46</translation> <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">16</translation> |