summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/options/content_page_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/options/content_page_gtk.cc')
-rw-r--r--chrome/browser/gtk/options/content_page_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/options/content_page_gtk.cc b/chrome/browser/gtk/options/content_page_gtk.cc
index fa945f6..0642e9e 100644
--- a/chrome/browser/gtk/options/content_page_gtk.cc
+++ b/chrome/browser/gtk/options/content_page_gtk.cc
@@ -271,7 +271,7 @@ GtkWidget* ContentPageGtk::InitFormAutoFillGroup() {
// AutoFill button.
autofill_button_ = gtk_button_new_with_label(
- l10n_util::GetStringUTF8(IDS_OPTIONS_AUTOFILL_SETTINGS).c_str());
+ l10n_util::GetStringUTF8(IDS_AUTOFILL_OPTIONS).c_str());
if (!profile()->GetPrefs()->GetBoolean(prefs::kAutoFillEnabled))
gtk_widget_set_sensitive(autofill_button_, FALSE);