diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-16 07:49:58 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-16 07:49:58 +0000 |
commit | 0fa16e26f25c6680499146492003a374174023fe (patch) | |
tree | bdfddefea0c02105bc9d0f8602cf5efb8badcebb /remoting/resources | |
parent | 165e075e714fdeaf93b5b4bedb4edcfbe69a0880 (diff) | |
download | chromium_src-0fa16e26f25c6680499146492003a374174023fe.zip chromium_src-0fa16e26f25c6680499146492003a374174023fe.tar.gz chromium_src-0fa16e26f25c6680499146492003a374174023fe.tar.bz2 |
Removed shortcut text from disconnect buttons.
BUG=152575
Review URL: https://chromiumcodereview.appspot.com/11316027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r-- | remoting/resources/string_resources.grd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/remoting/resources/string_resources.grd b/remoting/resources/string_resources.grd index 52456fc..a60673b 100644 --- a/remoting/resources/string_resources.grd +++ b/remoting/resources/string_resources.grd @@ -297,15 +297,6 @@ <message desc="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." name="IDR_DISABLE_HOST"> Disable </message> - <message desc="Label for the disconnect button including the Linux keyboard shortcut. Clicking this button disconnects the remote user." name="IDR_DISCONNECT_BUTTON_PLUS_SHORTCUT_LINUX"> - Disconnect (Ctrl+Alt+Esc) - </message> - <message desc="Label for the disconnect button including the Mac OS X keyboard shortcut. Clicking this button disconnects the remote user." name="IDR_DISCONNECT_BUTTON_PLUS_SHORTCUT_MAC_OS_X"> - Disconnect (Opt+Ctrl+Esc) - </message> - <message desc="Label for the disconnect button including the Windows keyboard shortcut. Clicking this button disconnects the remote user." name="IDR_DISCONNECT_BUTTON_PLUS_SHORTCUT_WINDOWS"> - Disconnect (Ctrl+Alt+Esc) - </message> <message desc="Label for the client-side disconnect button. Clicking this button disconnects oneself from the host." name="IDR_DISCONNECT_MYSELF_BUTTON"> Disconnect </message> |