summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2012-09-18 22:03:13 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-18 22:03:13 -0700
commit9fc59c99efc9413546aa4a60a740f617730a08b0 (patch)
tree53f33dda6037e88fb916bcd57278b1fc2c7a07d5 /res/values
parent27f155a4012aece82d58f7142960aec6414ade4d (diff)
parentfb6faab59e63d4e48a9dc52b67bcf89a94f05079 (diff)
downloadpackages_apps_Settings-9fc59c99efc9413546aa4a60a740f617730a08b0.zip
packages_apps_Settings-9fc59c99efc9413546aa4a60a740f617730a08b0.tar.gz
packages_apps_Settings-9fc59c99efc9413546aa4a60a740f617730a08b0.tar.bz2
Merge "Fix strings" into jb-mr1-dev
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e08cdeb..00adeba 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1218,9 +1218,9 @@
<!-- Generic error message when the sleep policy could not be set. -->
<string name="wifi_setting_sleep_policy_error">There was a problem changing the setting</string>
<!-- Checkbox title for option to toggle suspend power optimizations -->
- <string name="wifi_suspend_optimizations">Power save</string>
+ <string name="wifi_suspend_optimizations">Wi-Fi optimization</string>
<!-- Checkbox summary for option to toggle suspend power optimizations -->
- <string name="wifi_suspend_optimizations_summary">Save power when screen is turned off</string>
+ <string name="wifi_suspend_optimizations_summary">Minimize battery usage when Wi-Fi is on</string>
<!-- Action bar text message to manually add a wifi network [CHAR LIMIT=20]-->
<string name="wifi_add_network">Add network</string>
<!-- Header for the list of wifi networks-->
@@ -1460,10 +1460,8 @@
<string name="wifi_p2p_cancel_connect_title">Cancel invitation?</string>
<!-- Message text for disconnection from one device-->
<string name="wifi_p2p_cancel_connect_message">Do you want to cancel invitation to connect with <xliff:g id="peer_name">%1$s</xliff:g>?</string>
- <!-- Title for delete group dialog -->
- <string name="wifi_p2p_delete_group_title">Delete group?</string>
<!-- Message text for remembered group deletion-->
- <string name="wifi_p2p_delete_group_message">Do you want to delete the group <xliff:g id="group_name">%1$s</xliff:g>?</string>
+ <string name="wifi_p2p_delete_group_message">Forget this group?</string>
<!-- Wifi AP settings-->
<!-- Label for wifi tether checkbox. Toggles Access Point on/off -->