diff options
author | Felipe Leme <felipeal@google.com> | 2014-03-14 22:42:05 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-03-14 22:42:05 +0000 |
commit | bc64d5030ee2c63be05e14f49dd7019a9ab29fef (patch) | |
tree | 0ac2471796874f136bd8589fcaa59749600a54fe /res | |
parent | 99fb0e9e59a2ac09d7b6c5765643081507c04ed4 (diff) | |
parent | f8d798631b862ec25a8c04962de23d80e881c813 (diff) | |
download | packages_apps_Settings-bc64d5030ee2c63be05e14f49dd7019a9ab29fef.zip packages_apps_Settings-bc64d5030ee2c63be05e14f49dd7019a9ab29fef.tar.gz packages_apps_Settings-bc64d5030ee2c63be05e14f49dd7019a9ab29fef.tar.bz2 |
Merge "Displays frequency on connected WiFi network info. Bug: 12767819"
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5b4bf28..1d6c751 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1437,6 +1437,8 @@ <string name="wifi_status">Status</string> <!-- Label for the link speed of the connection --> <string name="wifi_speed">Link speed</string> + <!-- Label for the frequency band of the connection --> + <string name="wifi_frequency">Frequency</string> <!-- Label for the IP address of the connection --> <string name="wifi_ip_address">IP address</string> <!-- Hint text for the IP address --> |