Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 11473009: Unified settings button name for OSX/Win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index 279c026b6b039161b2d4822896dcdd085833de66..2e4b861c1d58eb1dd6f44f29eb05505d53b73990 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -221,7 +221,7 @@ void BrowserOptionsHandler::GetLocalizedValues(DictionaryValue* values) {
#if defined(OS_CHROMEOS)
IDS_OPTIONS_SETTINGS_LANGUAGES_CUSTOMIZE },
#else
- IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON },
+ IDS_OPTIONS_SETTINGS_LANGUAGE_AND_INPUT_SETTINGS },
#endif
{ "linkDoctorPref", IDS_OPTIONS_LINKDOCTOR_PREF },
{ "manageAutofillSettings", IDS_OPTIONS_MANAGE_AUTOFILL_SETTINGS_LINK },
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698