Index: remoting/webapp/me2mom/_locales/en/messages.json |
diff --git a/remoting/webapp/me2mom/_locales/en/messages.json b/remoting/webapp/me2mom/_locales/en/messages.json |
index 1a6ccc6c27d4345db5384ac8915157b25499ce66..cb3756f627fafc4a89a2337bc7e9c666c643fde2 100644 |
--- a/remoting/webapp/me2mom/_locales/en/messages.json |
+++ b/remoting/webapp/me2mom/_locales/en/messages.json |
@@ -187,10 +187,6 @@ |
"message": "Chromoting v1.0", |
"description": "The product name and version number. Displayed in Chrome's extensions page." |
}, |
- "SCALE_BUTTON": { |
- "message": "Fit Screen", |
- "description": "Label for the scaling button. Clicking this toggles between scale-to-fit and 1:1 mode. This is displayed in a tool-bar with limited horizontal space; please try to keep the translation under 20 characters." |
- }, |
"SHARE_BUTTON": { |
"message": "Share This Computer", |
"description": "Label for the share button on the host-side. Clicking this button generates an access code to be conveyed to the client." |
@@ -199,6 +195,10 @@ |
"message": "Stop Sharing", |
"description": "Label for the 'stop sharing' button on the host-side. Clicking this button disconnects the client." |
}, |
+ "TOOLTIP_SCALING": { |
+ "message": "Scale to fit", |
+ "description": "The tool-tip shown when the user hovers over the scale to fit button. Clicking this button toggles between scaling down the remote desktop to fit it inside the Chromium browser window and displaying it at 1:1 scale." |
+ }, |
"VERIFYING_CODE": { |
"message": "Verifying access codeā¦", |
"description": "Message displayed on the client while the access code is verified." |