diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 19:33:46 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 19:33:46 +0000 |
commit | 3d86000f7f3ee120e62daba50fd5ccdf08cf09b5 (patch) | |
tree | 858b94c7269cfa4dc1bb92a4ff7dfac0330e2b42 /ash/ash_strings.grd | |
parent | 73c7151e9e4fd385a9ddffaf9248ebd1ff208c7a (diff) | |
download | chromium_src-3d86000f7f3ee120e62daba50fd5ccdf08cf09b5.zip chromium_src-3d86000f7f3ee120e62daba50fd5ccdf08cf09b5.tar.gz chromium_src-3d86000f7f3ee120e62daba50fd5ccdf08cf09b5.tar.bz2 |
Move the keyboard overlay view to ash.
This change introduces an issue when Shift+Alt is pressed (http://code.google.com/p/chromium/issues/detail?id=131159).
I'll fix it shortly together with the more general issue (http://code.google.com/p/chromium/issues/detail?id=129834).
BUG=124222
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10829003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 8878155..826e17e 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -200,6 +200,10 @@ This file contains the strings for ash. Pull down to minimize, left or right to tile </message> + <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyboard overlay."> + Keyboard Overlay + </message> + <!-- Status tray items --> <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible name of the status tray."> Status tray |