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

Unified Diff: chrome/app/generated_resources.grd

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 | « no previous file | chrome/browser/gtk/options/options_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d4f5e05f3a3b7df5bc8786d1574221077dc2d23d..ce11f0b33581fa3420a31708299479479cf8453c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5591,6 +5591,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_OPTIONS_DIALOG_TITLE" desc="The title of the Options dialog box">
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Options
</message>
+ <if expr="os == 'linux2'">
+ <message name="IDS_PREFERENCES_DIALOG_TITLE" desc="The title of the Preferences dialog box">
+ <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Preferences
+ </message>
+ </if>
<if expr="pp_ifdef('chromeos')">
<message name="IDS_OPTIONS_SYSTEM_TAB_LABEL" desc="The title of the System tab">
System
« no previous file with comments | « no previous file | chrome/browser/gtk/options/options_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698