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

Unified Diff: chrome/app/generated_resources.grd

Issue 243059: Update some strings in the options dialog w.r.t. themes. (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
« no previous file with comments | « no previous file | chrome/browser/gtk/options/content_page_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 49defb4764a2d4817f2c8ee6efef07c5127d138d..07fd1b0257f11c0141d6b1b0e10f416cf4cacc66 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4005,12 +4005,17 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_THEMES_GROUP_NAME" desc="The title of the themes group">
Themes:
</message>
- <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK colors and icons as the current theme.">
- Set to GTK+ theme
- </message>
- <message name="IDS_THEMES_SET_CLASSIC" desc="The button to choose the classic windows theme in GTK">
- Set to Classic theme
- </message>
+ <if expr="os == 'linux2'">
+ <message name="IDS_APPEARANCE_GROUP_NAME" desc="The title of the themes group">
+ Appearance:
+ </message>
+ <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK colors and icons as the current theme.">
+ Use GTK+ theme
+ </message>
+ <message name="IDS_THEMES_SET_CLASSIC" desc="The button to choose the classic windows theme in GTK">
+ Use Classic theme
+ </message>
+ </if>
<message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme">
Reset to default theme
</message>
« no previous file with comments | « no previous file | chrome/browser/gtk/options/content_page_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698