Merge "Add summary details for add wifi network"

This commit is contained in:
Irfan Sheriff
2011-04-18 13:44:36 -07:00
committed by Android (Google) Code Review
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>