summaryrefslogtreecommitdiffstats
path: root/ash/ash_strings.grd
diff options
context:
space:
mode:
authormazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-03 19:06:04 +0000
committermazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-03 19:06:04 +0000
commitef3e5f0e65cf691079bb7b73ce742424118bf46e (patch)
tree05c52234e213819c6b99f4a2a35b6c86a3ad4f01 /ash/ash_strings.grd
parent0249553bef0749745f24ea29cdfcb40a0826e57c (diff)
downloadchromium_src-ef3e5f0e65cf691079bb7b73ce742424118bf46e.zip
chromium_src-ef3e5f0e65cf691079bb7b73ce742424118bf46e.tar.gz
chromium_src-ef3e5f0e65cf691079bb7b73ce742424118bf46e.tar.bz2
Support toggling Wi-Fi with keyboard shortcut.
- F11 key toggles Wi-Fi when Debugging keyboard shortcuts is enabled. - A notification is shown when Wi-Fi enable/disable is toggled. BUG=139039 TEST=F11 key toggles Wi-Fi with "Debug keyboard shortcuts" enabled in about:flags. Review URL: https://chromiumcodereview.appspot.com/10824142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149887 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r--ash/ash_strings.grd6
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index 3a15526..f7b9795 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -242,6 +242,12 @@ Press Ctrl+Alt+Z to cancel.
<message name="IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS" desc="The label used in the proxy settings entry in the network dialog in the login screen.">
Proxy...
</message>
+ <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_ENABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned on.">
+ Wi-Fi is turned on.
+ </message>
+ <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_DISABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned off.">
+ Wi-Fi is turned off.
+ </message>
<message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tray for SMS.">
SMS
</message>