summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 19:47:45 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 19:47:45 +0000
commit7550b5a1d1fc1d4e62f06a935d2d615cdd8494e4 (patch)
tree6e0a471a99f2cf858479c8ea7a8223d92a9dae4c /remoting
parent727a6c4e3fda109606fd4c997a6ee9dd8cfa67e5 (diff)
downloadchromium_src-7550b5a1d1fc1d4e62f06a935d2d615cdd8494e4.zip
chromium_src-7550b5a1d1fc1d4e62f06a935d2d615cdd8494e4.tar.gz
chromium_src-7550b5a1d1fc1d4e62f06a935d2d615cdd8494e4.tar.bz2
Fixed branding issue for 'open as window' check.
BUG=178591,121771 Review URL: https://chromiumcodereview.appspot.com/12321153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/resources/remoting_strings.grd9
1 files changed, 6 insertions, 3 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index 532c534..a620c85 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -187,6 +187,9 @@
<message desc="The product name. Displayed in various Chrome pages, including the New Tab page, and displayed prominently on the app's main page." name="IDR_PRODUCT_NAME">
Chrome Remote Desktop
</message>
+ <message desc="Message displayed at the bottom of the client connect dialog if Chrome Remote Desktop is running in the wrong start-up mode." name="IDR_WARNING_NOT_WINDOWED">
+ NOTE: To ensure that all keyboard shortcuts are available, you can configure Chrome Remote Desktop to ‘Open as window’.
+ </message>
</if>
<if expr="not pp_ifdef('_google_chrome')">
@@ -241,6 +244,9 @@
<message desc="The product name. Displayed in various Chrome pages, including the New Tab page, and displayed prominently on the app's main page." name="IDR_PRODUCT_NAME">
Chromoting
</message>
+ <message desc="Message displayed at the bottom of the client connect dialog if Chromoting is running in the wrong start-up mode." name="IDR_WARNING_NOT_WINDOWED">
+ NOTE: To ensure that all keyboard shortcuts are available, you can configure Chromoting to ‘Open as window’.
+ </message>
</if>
<message desc="Label for the access code entry box. This is where the client user enters the code that permits access to the host." name="IDR_ACCESS_CODE">
@@ -510,9 +516,6 @@
<message desc="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." name="IDR_WARNING_NAT_DISABLED">
NOTE: Policy settings permit connections only between computers within your network.
</message>
- <message desc="Message displayed at the bottom of the client connect dialog if Chromoting is running in the wrong start-up mode." name="IDR_WARNING_NOT_WINDOWED">
- NOTE: To ensure that all keyboard shortcuts are available, you can configure Chromoting to ‘Open as window’.
- </message>
<message desc="Link to learn more detailed information on a topic." name="IDR_LEARN_HOW">
Learn how.
</message>