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

Unified Diff: chrome/browser/gtk/options/content_page_gtk.cc

Issue 238003: GTK: Use "Set to Classic theme" instead of reset in the options dialog. (Closed)
Patch Set: Created 11 years, 3 months 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
« chrome/app/generated_resources.grd ('K') | « 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/gtk/options/content_page_gtk.cc
diff --git a/chrome/browser/gtk/options/content_page_gtk.cc b/chrome/browser/gtk/options/content_page_gtk.cc
index 6682b69602734e8707f6cbc2be296d27cae10fcb..b634b69e63850c69848955c6cfd2663c3933cd08 100644
--- a/chrome/browser/gtk/options/content_page_gtk.cc
+++ b/chrome/browser/gtk/options/content_page_gtk.cc
@@ -210,7 +210,7 @@ GtkWidget* ContentPageGtk::InitThemesGroup() {
// Reset theme button.
GtkWidget* themes_reset_button = gtk_button_new_with_label(
- l10n_util::GetStringUTF8(IDS_THEMES_RESET_BUTTON).c_str());
+ l10n_util::GetStringUTF8(IDS_THEMES_SET_CLASSIC).c_str());
g_signal_connect(G_OBJECT(themes_reset_button), "clicked",
G_CALLBACK(OnResetDefaultThemeButtonClicked), this);
gtk_box_pack_start(GTK_BOX(hbox), themes_reset_button, FALSE, FALSE, 0);
« chrome/app/generated_resources.grd ('K') | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698