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

Unified Diff: chrome/app/settings_chromium_strings.grdp

Issue 1981033003: MD Settings: About page, implement help and feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Official build test. Created 4 years, 7 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_chromium_strings.grdp
diff --git a/chrome/app/settings_chromium_strings.grdp b/chrome/app/settings_chromium_strings.grdp
index 67df9f181294250b49a3df5c1e51066714203a1f..5ac89f7680ab7070569d7a8fafbb051a09597d31 100644
--- a/chrome/app/settings_chromium_strings.grdp
+++ b/chrome/app/settings_chromium_strings.grdp
@@ -5,6 +5,16 @@
<message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chromium page.">
About Chromium
</message>
+ <if expr="not chromeos">
+ <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
+ Get help with using Chromium
+ </message>
+ </if>
+ <if expr="chromeos">
+ <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
+ Get help with using Chromium OS
+ </message>
+ </if>
<!-- Default Browser Page -->
<if expr="not chromeos">

Powered by Google App Engine
This is Rietveld 408576698