summaryrefslogtreecommitdiffstats
path: root/remoting/resources
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-17 01:54:39 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-17 01:54:39 +0000
commit7caa553c7857652e2fe13b9beeed38958275c83e (patch)
tree1febf0c4dcd10c9a5f2271afa1dd0a4fb782c5b8 /remoting/resources
parentedd55cb2839886784859c5b3088b36eefb9f111e (diff)
downloadchromium_src-7caa553c7857652e2fe13b9beeed38958275c83e.zip
chromium_src-7caa553c7857652e2fe13b9beeed38958275c83e.tar.gz
chromium_src-7caa553c7857652e2fe13b9beeed38958275c83e.tar.bz2
Allow resize-to-client to be enabled by the user.
Off by default (on all platforms) but saved between connections. BUG=157254 Review URL: https://chromiumcodereview.appspot.com/11886007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r--remoting/resources/remoting_strings.grd6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index ce91dbc..d3efbba 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -447,9 +447,6 @@
<message desc="Modified version of the host name shown for hosts that are not currently accessible." name="IDR_OFFLINE">
<ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (offline)
</message>
- <message desc="Menu option for disabling shrink-to-fit. When clicked, the remote desktop will be displayed at 1:1 scale." name="IDR_ORIGINAL_SIZE">
- Original size
- </message>
<message desc="In the connection history dialog, clicking this button shows only recent connections from this computer." name="IDR_OUTGOING_CONNECTIONS">
From this computer
</message>
@@ -468,6 +465,9 @@
<message desc="Label for button to reconnect to the previous Me2Me host. This button appears on the 'session-finished' page." name="IDR_RECONNECT">
Reconnect
</message>
+ <message desc="Button for enabling or disabling the 'resize-to-client' functionality, whereby the host desktop is resized to match the client size as closely as possible." name="IDR_RESIZE_TO_CLIENT">
+ Resize desktop to fit
+ </message>
<message desc="Label for button to retry connecting to a Me2Me host, after failing to connect to that host. This button appears on the 'session-finished' page." name="IDR_RETRY">
Retry
</message>