diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-03 23:37:57 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-03 23:37:57 +0000 |
commit | 4efd5511502cedf7ba1d3dce8a86f97e5577ef0d (patch) | |
tree | 8057c04989a91803ef06df296cb250bf5bff37fb /ash/ash_strings.grd | |
parent | b6943af919d70cb0d9116626469df2feb7a45a52 (diff) | |
download | chromium_src-4efd5511502cedf7ba1d3dce8a86f97e5577ef0d.zip chromium_src-4efd5511502cedf7ba1d3dce8a86f97e5577ef0d.tar.gz chromium_src-4efd5511502cedf7ba1d3dce8a86f97e5577ef0d.tar.bz2 |
Shows the display info as a popup when a new display is connected.
This CL also removes some event triggering. They update the default
view when visible, but this is not necessary because the tray bubble
itself will be closed when display configuration has changed.
Also this CL cleans up messages of the tray item contents.
BUG=187516, 171469
R=oshima@chromium.org, stevenjb@chromium.org
TEST=manually
Review URL: https://chromiumcodereview.appspot.com/16046007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 72bb13b..2e5e4b2 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -312,6 +312,15 @@ Press Ctrl+Alt+Z to disable. <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED" desc="The label used in the tray to show that the current status is extended."> Extending screen to <ph name="DISPLAY_NAME">$1</ph> </message> + <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING_NO_INTERNAL" desc="The label used in the tray to show that the current status is mirroring and the device doesn't have the internal display."> + Mirroring + </message> + <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED_NO_INTERNAL" desc="The label used in the tray to show that the current status is extended and the device doesn't have the internal display."> + Extending screen + </message> + <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED" desc="The label used in the tray to show that the current status is docked mode."> + Dock mode + </message> <message name="IDS_ASH_STATUS_TRAY_UNKNOWN_DISPLAY_NAME" desc="Label shown in tray for a display whose name is unknown."> Unknown Display </message> |