diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 08:11:44 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 08:11:44 +0000 |
commit | 83e9bf8c710e4c12054414c58530a972722fe340 (patch) | |
tree | bc3831a31063886305015811f4ce4fc9f32499f1 /ash/ash_strings.grd | |
parent | 67cf3f505be7e3a07e4442be46af41e168c447cf (diff) | |
download | chromium_src-83e9bf8c710e4c12054414c58530a972722fe340.zip chromium_src-83e9bf8c710e4c12054414c58530a972722fe340.tar.gz chromium_src-83e9bf8c710e4c12054414c58530a972722fe340.tar.bz2 |
Add a notification when Input Method is changed via keyboard.
BUG=129324
TEST=Change the IME via alt + shift. Make sure a notification appears
Review URL: https://chromiumcodereview.appspot.com/10407117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139753 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 0ce7998..d2f78ee 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -344,6 +344,10 @@ Press Shift + Search key to cancel. CAPS LOCK is on. Press Search key to cancel. </message> + <message name="IDS_ASH_STATUS_TRAY_IME_TURNED_ON_BUBBLE" desc="The message shown on a bubble when an IME is enabled"> + Your input method has changed. + Press Shift + Alt to switch. + </message> <message name="IDS_ASH_STATUS_TRAY_DISABLE_SPOKEN_FEEDBACK" desc="The label used in the tray popup to disable spoken feedback."> Disable spoken feedback </message> |