| 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 af94af1774cd26b2cc8c9ad4033d020fb0266a1b..7ea32f9ec192ba9c3e481c37eb7ac1dccbac71ec 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,8 @@ void LanguageOptionsHandlerCommon::GetLocalizedValues(
|
| #endif // !OS_MACOSX
|
| { "add_language_title", IDS_OPTIONS_LANGUAGES_ADD_TITLE },
|
| { "add_language_select_label", IDS_OPTIONS_LANGUAGES_ADD_SELECT_LABEL },
|
| - { "restart_button", IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON }
|
| + { "restart_button", IDS_OPTIONS_SETTINGS_LANGUAGES_RELAUNCH_BUTTON },
|
| + { "dont_translate", IDS_OPTIONS_LANGUAGES_DONT_TRANSLATE }
|
| };
|
|
|
| #if defined(ENABLE_SETTINGS_APP)
|
|
|