diff options
author | michaelpg@chromium.org <michaelpg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-31 01:19:36 +0000 |
---|---|---|
committer | michaelpg@chromium.org <michaelpg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-31 01:19:36 +0000 |
commit | 4df6ddf95d22711bac03da27816a31b25dcc1043 (patch) | |
tree | b6f46d42bb96dc96733e6b9b154d89b346f38fc4 /ash/ash_strings.grd | |
parent | 2df84ddd3970826127a180199167d9def5dcaf2b (diff) | |
download | chromium_src-4df6ddf95d22711bac03da27816a31b25dcc1043.zip chromium_src-4df6ddf95d22711bac03da27816a31b25dcc1043.tar.gz chromium_src-4df6ddf95d22711bac03da27816a31b25dcc1043.tar.bz2 |
Polish for audio device selector in ash system tray.
Fix shelf hiding when opening device selector: shelf should not auto-hide while
menu is open.
"Input" and "Output" heading labels should not become highlighted on mouseover.
Change "Input" and "Output" labels to title case.
BUG=273115
TEST=manual: enable auto-hide shelf, open tray and open audio details view. Verify that shelf stays open, "Input"/"Output" labels are no longer all caps and do not change background color on mouse hover/click.
Review URL: https://chromiumcodereview.appspot.com/23481009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index a0bafae..75559f4 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -306,10 +306,10 @@ Press Ctrl+Alt+Z to disable. Audio Settings </message> <message name="IDS_ASH_STATUS_TRAY_AUDIO_OUTPUT" desc="The label used in audio detailed page for audio output section of ash tray pop up."> - OUTPUT + Output </message> <message name="IDS_ASH_STATUS_TRAY_AUDIO_INPUT" desc="The label used in audio detailed page for audio input section of ash tray pop up."> - INPUT + Input </message> <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING" desc="The label used in the tray to show that the current status is mirroring."> |