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

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

Issue 3151031: Rename the title of the Chromium Preferences dialog. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: .grd change Created 10 years, 4 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
« 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/gtk/options/options_window_gtk.cc
diff --git a/chrome/browser/gtk/options/options_window_gtk.cc b/chrome/browser/gtk/options/options_window_gtk.cc
old mode 100644
new mode 100755
index 6b1e43a78c967790ce078ba99b4de225a9cb3567..734a27f75d5479c922e70269b9129404d40bbf73
--- a/chrome/browser/gtk/options/options_window_gtk.cc
+++ b/chrome/browser/gtk/options/options_window_gtk.cc
@@ -98,7 +98,7 @@ OptionsWindowGtk::OptionsWindowGtk(Profile* profile)
std::string dialog_name =
l10n_util::GetStringFUTF8(
- IDS_OPTIONS_DIALOG_TITLE,
+ IDS_PREFERENCES_DIALOG_TITLE,
l10n_util::GetStringUTF16(IDS_PRODUCT_NAME));
dialog_ = gtk_dialog_new_with_buttons(
dialog_name.c_str(),
« 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