diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 05:22:05 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 05:22:05 +0000 |
commit | 522a5bb8e2e22bb226f6c882839c37324e7c76d2 (patch) | |
tree | a47f275bdd4a476e3b423ca81d70f87cd26a0da9 /remoting/resources/remoting_strings.grd | |
parent | 53ff96387648c419d79e139dc622d83c79c26458 (diff) | |
download | chromium_src-522a5bb8e2e22bb226f6c882839c37324e7c76d2.zip chromium_src-522a5bb8e2e22bb226f6c882839c37324e7c76d2.tar.gz chromium_src-522a5bb8e2e22bb226f6c882839c37324e7c76d2.tar.bz2 |
Add empty host-list screen to Android Chromoting app
This shows a nicer-looking screen with an icon, some text, and some
hyperlink text. The hyperlink opens the Help activity with a web-site
that helps the user set up their hosts for remote access.
NOTRY=true
Review URL: https://codereview.chromium.org/210223008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources/remoting_strings.grd')
-rw-r--r-- | remoting/resources/remoting_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd index fe9342b..467caa4 100644 --- a/remoting/resources/remoting_strings.grd +++ b/remoting/resources/remoting_strings.grd @@ -396,6 +396,9 @@ <message desc="Message displayed to the user if there are no hosts registered to their account" name="IDS_HOST_LIST_EMPTY_ANDROID" formatter_data="android_java"> You have no computers registered. </message> + <message desc="Message displayed to the user if there are no hosts registered to their account. This is styled to look like a hyperlink. When a user activates the link, they are taken to a web page that explains how to set up a Chromoting host." name="IDS_HOST_SETUP_LINK_ANDROID" formatter_data="android_java"> + Learn how to set up a computer for remote access. + </message> <message desc="Title of the authentication dialog" name="IDS_TITLE_AUTHENTICATE" formatter_data="android_java"> Authenticate to host </message> |