summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-04-21 09:51:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-04-21 09:51:01 -0700
commit1795d18f815568c15b6fc1b1d3cf29b1c193f030 (patch)
treee72d67f222f1bd000e9493922815e22be6b74434 /res/values
parente7879010e3dbfd2db193055c60c9825004a3a51a (diff)
parent2c3265af7419c35c1084fd5c1e4726abcdd90f40 (diff)
downloadpackages_apps_Settings-1795d18f815568c15b6fc1b1d3cf29b1c193f030.zip
packages_apps_Settings-1795d18f815568c15b6fc1b1d3cf29b1c193f030.tar.gz
packages_apps_Settings-1795d18f815568c15b6fc1b1d3cf29b1c193f030.tar.bz2
am 2c3265af: merge from open-source master
Merge commit '2c3265af7419c35c1084fd5c1e4726abcdd90f40' into kraken * commit '2c3265af7419c35c1084fd5c1e4726abcdd90f40': Display current IP address in advanced Wifi settings screen
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5c33ae5..d0cd592 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -869,6 +869,9 @@
<!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
<string name="wifi_advanced_mac_address_title">MAC address</string>
<!-- Title of the screen to adjust IP settings -->
+ <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
+ <string name="wifi_advanced_ip_address_title">IP address</string>
+
<string name="wifi_ip_settings_titlebar">IP settings</string>
<!-- Menu ietm to save the IP settings -->
<string name="wifi_ip_settings_menu_save">Save</string>