Commit e512c651 authored by Tetsui Ohkubo's avatar Tetsui Ohkubo Committed by Commit Bot

Improve profile picture a11y string.

According to QA, when concatenating user name and email, we should put
email in parentheses.

TEST=manual
BUG=857456

Change-Id: I8d28ea21dc6c76fb3079d099741019f9285e079e
Reviewed-on: https://chromium-review.googlesource.com/1166758Reviewed-by: default avatarYoshiki Iguchi <yoshiki@chromium.org>
Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581762}
parent 1c4843ae
...@@ -218,7 +218,7 @@ This file contains the strings for ash. ...@@ -218,7 +218,7 @@ This file contains the strings for ash.
Braille and ChromeVox are enabled Braille and ChromeVox are enabled
</message> </message>
<message name="IDS_ASH_STATUS_TRAY_USER_INFO_ACCESSIBILITY" desc="The accessibility string used for an item in user chooser that tells the user name and the mail address."> <message name="IDS_ASH_STATUS_TRAY_USER_INFO_ACCESSIBILITY" desc="The accessibility string used for an item in user chooser that tells the user name and the mail address.">
<ph name="USERNAME">$1<ex>Jane Doe</ex></ph> <ph name="MAIL">$2<ex>janedoe@example.com</ex></ph> <ph name="USERNAME">$1<ex>Jane Doe</ex></ph> (<ph name="MAIL">$2<ex>janedoe@example.com</ex></ph>)
</message> </message>
<message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system. Should not exceed about 20 latin characters. Overflowed text is truncated with ellipsis."> <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system. Should not exceed about 20 latin characters. Overflowed text is truncated with ellipsis.">
Sign out Sign out
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment