Add summary details for add wifi network

Bug: 4266690
Change-Id: I3799fa79c0eab0037f207427f64fe2f95e023796
This commit is contained in:
Irfan Sheriff
2011-04-15 17:00:11 -07:00
parent c776297594
commit 4dfce564ba
2 changed files with 3 additions and 0 deletions

View File

@@ -1062,6 +1062,8 @@
<string name="wifi_setting_sleep_policy_error">There was a problem changing the setting</string>
<!-- Action message to manually add a wifi network -->
<string name="wifi_add_network">Add Wi-Fi network</string>
<!-- Summary for add wifi network setting [CHAR LIMIT=50]-->
<string name="wifi_add_network_summary">Configure a non-broadcast network</string>
<!-- Header for the list of wifi networks-->
<string name="wifi_access_points">Wi-Fi networks</string>
<!-- Menu option to scan Wi-Fi networks -->

View File

@@ -49,6 +49,7 @@
android:key="add_network"
android:dependency="enable_wifi"
android:title="@string/wifi_add_network"
android:summary="@string/wifi_add_network_summary"
android:persistent="false" />
</PreferenceScreen>