diff options
author | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 17:22:31 +0000 |
---|---|---|
committer | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 17:22:31 +0000 |
commit | 5f6165cb8bb831f01f187e8ef3c7596e7b7403b9 (patch) | |
tree | 3736342851d60fa20ee2481577cda4f3f541c750 /ash/ash_strings.grd | |
parent | 5d1462786d9584a9b1254684aa6d61ac18cc98ce (diff) | |
download | chromium_src-5f6165cb8bb831f01f187e8ef3c7596e7b7403b9.zip chromium_src-5f6165cb8bb831f01f187e8ef3c7596e7b7403b9.tar.gz chromium_src-5f6165cb8bb831f01f187e8ef3c7596e7b7403b9.tar.bz2 |
Make ash aware of public accounts
This CL propagates the information that the user is logged into a public
account to ash and adds an appropriate label for the sign-out button.
BUG=152929
BUG=152928
Review URL: https://chromiumcodereview.appspot.com/11273120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index fb94ca7..b5290e2 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -229,6 +229,9 @@ Press Ctrl+Alt+Z to cancel. <message name="IDS_ASH_STATUS_TRAY_EXIT_KIOSK" desc="The label used for the button in the status tray to terminate a session kiosk mode."> Exit session </message> + <message name="IDS_ASH_STATUS_TRAY_EXIT_PUBLIC" desc="The label used for the button in the status tray to terminate a public account session."> + End public session + </message> <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the button in the status tray to lock the screen."> Lock </message> @@ -458,6 +461,7 @@ Press Shift + Alt to switch. <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The accessible name of the web notification tray (message center)."> Message Center </message> + <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that when the button gets clicked the window get maximized."> Maximize </message> |