diff options
author | Irfan Sheriff <isheriff@android.com> | 2012-07-03 12:23:21 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-03 12:23:21 -0700 |
commit | 5cf05f1081c0fe726740fd9d85680be41c7cf59f (patch) | |
tree | 690914f144a879174098458109593cdd5b5d523c /res/values/strings.xml | |
parent | 07b1f1637bf165aa5409ee72fb35210c7c92d4a0 (diff) | |
parent | 7c8363eb11b61f712e982b161a2267c2731df6fa (diff) | |
download | packages_apps_Settings-5cf05f1081c0fe726740fd9d85680be41c7cf59f.zip packages_apps_Settings-5cf05f1081c0fe726740fd9d85680be41c7cf59f.tar.gz packages_apps_Settings-5cf05f1081c0fe726740fd9d85680be41c7cf59f.tar.bz2 |
am 7c8363eb: am d80ff0a4: Merge "wifi: update text displayed during hotspot on/off"
* commit '7c8363eb11b61f712e982b161a2267c2731df6fa':
wifi: update text displayed during hotspot on/off
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 947be3a..f5a7bec 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1451,6 +1451,10 @@ <!-- Wifi AP settings--> <!-- Label for wifi tether checkbox. Toggles Access Point on/off --> <string name="wifi_tether_checkbox_text">Portable Wi-Fi hotspot</string> + <!-- Summary text when turning hotspot on --> + <string name="wifi_tether_starting">Turning hotspot on\u2026</string> + <!-- Summary text when turning hotspot off --> + <string name="wifi_tether_stopping">Turning off hotspot\u2026</string> <!-- Subtext for wifi tether checkbox on success --> <string name="wifi_tether_enabled_subtext">Portable hotspot <xliff:g id="network_ssid">%1$s</xliff:g> active</string> <!-- Subtext for wifi tether checkbox on failure --> |