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

Unified Diff: remoting/webapp/_locales/en/messages.json

Issue 9733021: Shorter prompt string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added better string for buttons. Created 8 years, 9 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 | remoting/webapp/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/_locales/en/messages.json
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index 836a34523e4ace9014c61f016159e033c40d369a..7054db31aaa7d04c9fabed7a618952307b735cf1 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -50,7 +50,7 @@
"description": "Label for the connect button. Clicking this button will start the Chromoting session if the access code is correct."
},
"CONFIRM_HOST_DELETE": {
- "message": "You are about to disable remote connections to $hostname$. If you change your mind, you will need to visit that computer to re-enable this feature. Are you sure you want to disable remote connections?",
+ "message": "Are you sure you want to disable remote connections to $hostname$? If you change your mind, you'll need to visit that computer to re-enable connections.",
"description": "Confirmation prompt shown when a user attempts to delete a Me2Me host from their host list.",
"placeholders": {
"hostname": {
@@ -102,6 +102,10 @@
}
}
},
+ "DISABLE_HOST": {
+ "message": "Disable",
+ "description": "Label for the 'yes' response to the dialog asking the user to confirm whether or not they want to disable remote access to a host."
+ },
"DISCONNECT_BUTTON_PLUS_SHORTCUT_LINUX": {
"message": "Disconnect (Ctrl+Alt+Esc)",
"description": "Label for the disconnect button including the Linux keyboard shortcut. Clicking this button disconnects the remote user."
@@ -264,10 +268,6 @@
"message": "My Computers",
"description": "Sub-title for the remote access section of the UI, which contains a list of currently-shared hosts and a button to enable this computer for long-term sharing."
},
- "NO": {
- "message": "No",
- "description": "Label for general-purpose 'No' buttons."
- },
"OK": {
"message": "OK",
"description": "Label for general-purpose OK buttons."
@@ -349,9 +349,5 @@
"WARNING_NAT_DISABLED": {
"message": "NOTE: Policy settings permit connections only between computers within your network.",
"description": "Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outside the local network will not work."
- },
- "YES": {
- "message": "Yes",
- "description": "Label for general-purpose 'Yes' buttons."
}
}
« no previous file with comments | « no previous file | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698