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

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: Tweak strings to match the mocks." 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
« no previous file with comments | « no previous file | chrome/app/settings_google_chrome_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..542328f57e1587edc5c578b1e1046f16e444e9a5 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 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 Chromium OS
+ </message>
+ </if>
<!-- Default Browser Page -->
<if expr="not chromeos">
« no previous file with comments | « no previous file | chrome/app/settings_google_chrome_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698