diff options
author | Irfan Sheriff <isheriff@android.com> | 2012-07-03 12:18:33 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-03 12:18:33 -0700 |
commit | 7c8363eb11b61f712e982b161a2267c2731df6fa (patch) | |
tree | b6b62bb82580a06e7af8c2732dfb017b9844c6b6 /res | |
parent | df833bea374429922d6d7629a5ab498e3e10f8dd (diff) | |
parent | d80ff0a4d615bd6f037483bf9dc2b10887d9507f (diff) | |
download | packages_apps_settings-7c8363eb11b61f712e982b161a2267c2731df6fa.zip packages_apps_settings-7c8363eb11b61f712e982b161a2267c2731df6fa.tar.gz packages_apps_settings-7c8363eb11b61f712e982b161a2267c2731df6fa.tar.bz2 |
am d80ff0a4: Merge "wifi: update text displayed during hotspot on/off"
* commit 'd80ff0a4d615bd6f037483bf9dc2b10887d9507f':
wifi: update text displayed during hotspot on/off
Diffstat (limited to 'res')
-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 c311114..2371b4a 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 --> |