diff options
author | Irfan Sheriff <isheriff@google.com> | 2012-04-28 10:55:32 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-04-28 10:55:32 -0700 |
commit | 01152305edc4afc4f8e9ba91d2e37b4662963cb1 (patch) | |
tree | cd7b30f22203640d5765d53adde9c4fe1cffb909 | |
parent | eafc163bb2e7f0d890ce09cb1ccde623865c820e (diff) | |
parent | d6d65741f98db6db62564d94ab36107880755b0c (diff) | |
download | packages_apps_Settings-01152305edc4afc4f8e9ba91d2e37b4662963cb1.zip packages_apps_Settings-01152305edc4afc4f8e9ba91d2e37b4662963cb1.tar.gz packages_apps_Settings-01152305edc4afc4f8e9ba91d2e37b4662963cb1.tar.bz2 |
am d6d65741: Merge "Fix WPS string" into jb-dev
* commit 'd6d65741f98db6db62564d94ab36107880755b0c':
Fix WPS string
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 757bfff..7c4a5f7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1307,7 +1307,7 @@ <string name="wifi_wps_available_first_item">WPS available</string> <!-- Substring of wifi status when Wi-Fi Protected Setup (WPS) is available and string is listed after a wifi_secured_* string--> - <string name="wifi_wps_available_second_item">\u0020(protected network available)</string> + <string name="wifi_wps_available_second_item">\u0020(WPS available)</string> <!-- Substring of wifi status for wifi with authentication. This version is for when the string is first in the list (titlecase in english) --> <string name="wifi_secured_first_item">Secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string> |