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

Unified Diff: chrome/app/settings_strings.grdp

Issue 1239963004: Settings Rewrite: Morph old MD-Settings to Basic and Advanced menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index b9788e7511d0dc349f7ca963635a8f7c4410c352..700696e40d0bc0ad360c7a708aa20977489ad34a 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -60,6 +60,11 @@
Enable on-screen keyboard
</message>
+ <!-- Advanced Page -->
+ <message name="IDS_SETTINGS_ADVANCED_PAGE_TITLE" desc="Name of the settings page which displays advanced preferences.">
+ Advanced
+ </message>
+
<!-- Appearance Page -->
<message name="IDS_SETTINGS_APPEARANCE_PAGE_TITLE" desc="Name of the settings page which displays appearance preferences.">
Appearance
@@ -86,6 +91,11 @@
Change
</message>
+ <!-- Basic Page -->
+ <message name="IDS_SETTINGS_BASIC_PAGE_TITLE" desc="Name of the settings page which displays advanced preferences.">
+ Basic
+ </message>
+
<!-- Downloads Page -->
<message name="IDS_SETTINGS_DOWNLOADS_PAGE_TITLE" desc="Name of the settings page which displays download preferences.">
Downloads

Powered by Google App Engine
This is Rietveld 408576698