summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2012-05-02 15:21:44 -0500
committerVishal Mahaveer <vishalm@ti.com>2012-05-02 15:21:44 -0500
commit9fc89cc8a88ea968803bf258df4939338a7d3156 (patch)
tree30cd2638e545b90754468a6261715325f7186801 /res
parent299ed15213796bbcb953db12479b74a7c024e2c6 (diff)
downloadpackages_apps_settings-9fc89cc8a88ea968803bf258df4939338a7d3156.zip
packages_apps_settings-9fc89cc8a88ea968803bf258df4939338a7d3156.tar.gz
packages_apps_settings-9fc89cc8a88ea968803bf258df4939338a7d3156.tar.bz2
wifi: update text displayed during hotspot on/off
Update the string used during hotspot on/off Change-Id: I89f54f6c02ae26dd39b3cfdcd7587cf59ba81ca1 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6bbc8a4..a95d75d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1398,6 +1398,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 -->