diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-25 02:51:11 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-25 02:51:11 +0000 |
commit | af7b5833e765fa4b5de24292b706c4345af18c88 (patch) | |
tree | 88a114367c2a282fcba5fafcdef0a3d8f7ac3177 /chrome/browser/gtk | |
parent | 50149d807eabafa45109656419c18ee999c4e598 (diff) | |
download | chromium_src-af7b5833e765fa4b5de24292b706c4345af18c88.zip chromium_src-af7b5833e765fa4b5de24292b706c4345af18c88.tar.gz chromium_src-af7b5833e765fa4b5de24292b706c4345af18c88.tar.bz2 |
Rename the title of the Chromium Preferences dialog.
The menu currently is Preferences, so the dialog title should be named Chromium Preferences to match with it.
BUG=53114
TEST=run chrome, click on "Preferences" menu item. See if the dialog title is "Chromium/Google Chrome Preferences".
Screenshot: http://imgur.com/vferP
Review URL: http://codereview.chromium.org/3151031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57282 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk')
-rwxr-xr-x[-rw-r--r--] | chrome/browser/gtk/options/options_window_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/options/options_window_gtk.cc b/chrome/browser/gtk/options/options_window_gtk.cc index 6b1e43a..734a27f 100644..100755 --- 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(), |