diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 03:11:47 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 03:11:47 +0000 |
commit | 1e5ad60eceff290a927113bc4fff6373d432a45e (patch) | |
tree | 279f43e8e9db0503ea0d6f07b007fb631cf67dd3 /ash/ash_strings.grd | |
parent | 5ad0c7075a4047d608e79588f1242c0986b6ebeb (diff) | |
download | chromium_src-1e5ad60eceff290a927113bc4fff6373d432a45e.zip chromium_src-1e5ad60eceff290a927113bc4fff6373d432a45e.tar.gz chromium_src-1e5ad60eceff290a927113bc4fff6373d432a45e.tar.bz2 |
Updates the display message in the uber tray.
This CL contains the following fixes:
- shows the notification for display rotation / ui_scale
- adds (width x height) annotation to the display if something
has been edited
- shows the internal display's status if something for the internal
display has been edited and no external display is connected
- shows the tooltip text to provide the status of both internal and
extrenal displays at the same time
This CL does not contain:
- the feature to prevent notification when the settings change happens
from chrome://settings/display
I think we can achieve this by suppressing the notification when
the current active tab is chrome://settings/display, but anyways
it'll be done in another CL. That is marked as a TODO.
BUG=250650, 246271
Review URL: https://chromiumcodereview.appspot.com/17445002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207998 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 53b2547..d16238a 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -321,6 +321,15 @@ Press Ctrl+Alt+Z to disable. <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_DISPLAY_RESOLUTION_CHANGED" desc="The label used in the tray to notify that the display resolution settings has changed."> + <ph name="DISPLAY_NAME">$1</ph> has been resized to <ph name="RESOLUTION">$2</ph> + </message> + <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ROTATED" desc="The label used in the tray to notify that the display rotation settings has changed."> + <ph name="DISPLAY_NAME">$1</ph> has been rotated + </message> + <message name="IDS_ASH_STATUS_TRAY_DISPLAY_SINGLE_DISPLAY" desc="The label used in the tray to show the current display's configuration if there is a single display"> + <ph name="DISPLAY_NAME">$1</ph>: <ph name="RESOLUTION">$2</ph> + </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> |