| 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."
|
| }
|
| }
|
|
|