diff options
author | antrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 15:20:30 +0000 |
---|---|---|
committer | antrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-30 15:20:30 +0000 |
commit | 61b26f607db0f7d2c16dd00662b8266903ed95eb (patch) | |
tree | d47c0309a319a200fc0a41e6be17da0b14602597 /ash/ash_strings.grd | |
parent | e05a01c2a4cf9c8e844948a5e43962e27a38e23c (diff) | |
download | chromium_src-61b26f607db0f7d2c16dd00662b8266903ed95eb.zip chromium_src-61b26f607db0f7d2c16dd00662b8266903ed95eb.tar.gz chromium_src-61b26f607db0f7d2c16dd00662b8266903ed95eb.tar.bz2 |
Add tray warning for Locally managed users.
BUG=229762
Review URL: https://chromiumcodereview.appspot.com/14507003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197372 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 96d80af..20a863e 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -435,6 +435,10 @@ Press Shift + Alt to switch. This session will end in <ph name="session_time_remaining">$1<ex>15 minutes</ex></ph>. You will be automatically signed out. </message> + <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label shown instead of email for locally managed users"> + Locally managed user + </message> + <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible text for header entries for detailed versions of status tray items."> Previous menu </message> |