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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 503063004: Hangouts Remote Desktop Part VI - Show confirm dialog before retrieving access code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: remoting/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index c89a11bc41b2b8d2d428673f528df627ab677058..63f4c81c79f06b529032047ba8dbd1387d86c137 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -854,6 +854,15 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS_ACTIONBAR_FEEDBACK" formatter_data="android_java">
Feedback
</message>
+ <message desc="Message displayed in the Hangouts confirm dialog. This message is shown to the Hangouts participant receiving remote assistance before the access code is generated. The dialog informs the user of the implications of accepting remote assistance. It also provides a way for the user to decline the assistance. " name="IDS_HANGOUTS_CONFIRM_DIALOG_MESSAGE" >
+ A participant in this hangout has offered to help you by controlling your computer. If you accept:&#10;- The person helping you will be able to control your mouse and keyboard.&#10;- You can end at any time.
kelvinp 2014/08/25 23:49:34 This string comes from the existing confirm dialog
+ </message>
+ <message desc="Label for button to accept remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_ACCEPT" >
+ Accept
+ </message>
+ <message desc="Label for button to decline remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_DECLINE" >
+ Decline
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698