diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 22:55:10 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 22:55:10 +0000 |
commit | 791dc4134a464085e1abfa96036b10f9912986fc (patch) | |
tree | 3796e089089e14c26bebc7e2dcc1b22ce9691bf0 /ash/ash_strings.grd | |
parent | 8bdcac814750b9528077153dc6e56cc251708ef7 (diff) | |
download | chromium_src-791dc4134a464085e1abfa96036b10f9912986fc.zip chromium_src-791dc4134a464085e1abfa96036b10f9912986fc.tar.gz chromium_src-791dc4134a464085e1abfa96036b10f9912986fc.tar.bz2 |
* MonitorChangeObserverX11 that listen to Xrandr events and update monitor configurations.
* Message on secondary monitor view
* Accelerator to create/delete/cycle monitors to test multi monitor on linux desktop
* unittest for MultiMonitorManager/MonitorController
BUG=115510
TEST=multi_monitor_manager_unittests
Review URL: https://chromiumcodereview.appspot.com/9754001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 5728646..fd0c502 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -267,6 +267,12 @@ This file contains the strings for ash. Battery: <ph name="percentage">$1<ex>56</ex></ph>% <ph name="hour">$2</ph>h <ph name="minute">$3</ph>m </message> + <message name="IDS_ASH_SECONDARY_MONITOR" desc="The message shown on the secondary monitors."> + This screen intentionally left blank + </message> + <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The message shown on the secondary monitors."> + Ctrl + + </message> </messages> </release> </grit> |