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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2964293002: CrOS Settings: Add skeleton page for multidevice section. (Closed)
Patch Set: Updating sms connect section with summary text Created 3 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 442e7aee9f87e65bce68fadf7350ebac8704df2d..3f841e04c284ea9d953a52d1cb214b03bd3fe324 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -3208,4 +3208,18 @@
Open proxy settings
</message>
</if>
+
+ <!-- Multidevice Page -->
+ <if expr="chromeos">
+ <message name="IDS_SETTINGS_MULTIDEVICE" desc="Name of the settings page features the user's other devices connected to the Chromebook.">
+ Connected devices
+ </message>
+ <message name="IDS_SETTINGS_MULTIDEVICE_SMS_CONNECT" desc="Title of the multi-device feature for displaying SMS notifications.">
+ SMS connect
+ </message>
+ <message name="IDS_SETTINGS_MULTIDEVICE_SMS_CONNECT_SUMMARY" desc="Summary explaining what the SMS connect feature does.">
+ Get notifications for new text messages on your Chromebook
+ </message>
+ </if>
+
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698