diff options
author | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-22 09:54:15 +0000 |
---|---|---|
committer | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-22 09:54:15 +0000 |
commit | 2300ca630d1396cc228780646b5b6ebd1a74f293 (patch) | |
tree | 171e2e6336e6b5b87df6c06cba5c8115e7ca5d15 /ash/ash_strings.grd | |
parent | 64304dfaeddf295ba099d398b361e7daa3f6a36b (diff) | |
download | chromium_src-2300ca630d1396cc228780646b5b6ebd1a74f293.zip chromium_src-2300ca630d1396cc228780646b5b6ebd1a74f293.tar.gz chromium_src-2300ca630d1396cc228780646b5b6ebd1a74f293.tar.bz2 |
Change logout button text from "end public session" to "end session"
This CL updates the text of the logout button shown in public session
mode from "End public session" to "End session".
BUG=196689
TEST=Manual
TBR=wad@chromium.org
Review URL: https://codereview.chromium.org/12811014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 4903285..2a907ea 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -228,7 +228,7 @@ Press Ctrl+Alt+Z to disable. 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. If the label is long, indicate where it may be broken into two lines by inserting \n instead of a whitespace."> - End public\nsession + Exit session </message> <message name="IDS_ASH_STATUS_TRAY_PUBLIC_LABEL" desc="Text of the the ash system bubble's user card when the current session is a public account session."> <ph name="DISPLAY_NAME">$1<ex>Internet kiosk</ex></ph> is a public session managed by <ph name="DOMAIN">$2<ex>yourdomain.com</ex></ph> |