diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-22 18:14:48 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-22 18:14:48 +0000 |
commit | e1663b1eb39de42c988edc1f643872ee2dddc418 (patch) | |
tree | 2ecbd567da6e8183af8add60e0a5950d9c316c12 /remoting/resources | |
parent | d8ebf8e573ea98f23e25b73a3d4aaab4c73e7ade (diff) | |
download | chromium_src-e1663b1eb39de42c988edc1f643872ee2dddc418.zip chromium_src-e1663b1eb39de42c988edc1f643872ee2dddc418.tar.gz chromium_src-e1663b1eb39de42c988edc1f643872ee2dddc418.tar.bz2 |
Added survey butter-bar to web-app.
The butter-bar is shown until the user either closes it with the X icon or begins the survey. Once dismissed, a cookie is stored in sync storage to prevent it showing up again for that user on another computer (note that this uses Chrome Sync, so it relies on them being signed in to Chrome).
BUG=191368
Review URL: https://codereview.chromium.org/12566035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/resources')
-rw-r--r-- | remoting/resources/remoting_strings.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd index 04e6e73..808e2e9 100644 --- a/remoting/resources/remoting_strings.grd +++ b/remoting/resources/remoting_strings.grd @@ -193,6 +193,9 @@ <message desc="Error message displayed if the user tries to connect to a computer running out-of-date Me2Me host software." name="IDR_HOST_NEEDS_UPDATE_TITLE"> Chrome Remote Desktop on <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> is out-of-date and needs to be updated. </message> + <message desc="Invitation to the user to participate in a user survey for Chrome Remote Desktop" name="IDR_SURVEY_INVITATION"> + Want to help improve Chrome Remote Desktop? + </message> </if> <if expr="not pp_ifdef('_google_chrome')"> @@ -253,6 +256,9 @@ <message desc="Error message displayed if the user tries to connect to a computer running out-of-date Me2Me host software." name="IDR_HOST_NEEDS_UPDATE_TITLE"> Chromoting on <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> is out-of-date and needs to be updated. </message> + <message desc="Invitation to the user to participate in a user survey for Chromoting" name="IDR_SURVEY_INVITATION"> + Want to help improve Chromoting? + </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"> @@ -537,6 +543,9 @@ <message desc="Help link displayed when the user enables the host on this computer. Clicking this link opens a page that explains why this operation is safe. This string appears in a UI with limited horizontal space. Please try to keep translations no more than about 30 characters." name="IDR_WHY_IS_THIS_SAFE"> Why is this safe? </message> + <message desc="Survey link for users that want to take part." name="IDR_SIGN_ME_UP"> + Take the survey + </message> </messages> </release> </grit> |