| Index: chrome/browser/ui/webui/options/language_options_handler_common.cc
|
| diff --git a/chrome/browser/ui/webui/options/language_options_handler_common.cc b/chrome/browser/ui/webui/options/language_options_handler_common.cc
|
| index c191f3e443add57162bd7501dbe90c98fdf4aa61..b67d6d6717733e7961f385837eb6c48a4682a5a0 100644
|
| --- a/chrome/browser/ui/webui/options/language_options_handler_common.cc
|
| +++ b/chrome/browser/ui/webui/options/language_options_handler_common.cc
|
| @@ -76,7 +76,9 @@ void LanguageOptionsHandlerCommon::GetLocalizedValues(
|
| #endif // !OS_MACOSX
|
| { "addLanguageTitle", IDS_OPTIONS_LANGUAGES_ADD_TITLE },
|
| { "addLanguageSelectLabel", IDS_OPTIONS_LANGUAGES_ADD_SELECT_LABEL },
|
| - { "restartButton", IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON }
|
| + { "restartButton", IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON },
|
| + { "dontTranslateInThisLanguage",
|
| + IDS_OPTIONS_LANGUAGES_DONT_TRANSLATE_IN_THIS_LANGUAGE },
|
| };
|
|
|
| #if defined(ENABLE_SETTINGS_APP)
|
|
|