diff --git a/res/layout/wifi_wps_dialog.xml b/res/layout/wifi_wps_dialog.xml index 3594436389c..1c5713a915e 100644 --- a/res/layout/wifi_wps_dialog.xml +++ b/res/layout/wifi_wps_dialog.xml @@ -30,6 +30,13 @@ android:layout_height="wrap_content" android:layout_marginTop="8dip" /> + + Starting WPS\u2026 - Push the WPS button on your Wi-Fi router. The setup can take up to two minutes to complete. + Press the Wi-Fi Protected Setup button on your router. It may be called \"WPS\" or contain this symbol: Enter pin %1$s on your Wi-Fi router. The setup can take up to two minutes to complete. diff --git a/src/com/android/settings/wifi/WpsDialog.java b/src/com/android/settings/wifi/WpsDialog.java index 6cf6867d12f..40b2a35b9c1 100644 --- a/src/com/android/settings/wifi/WpsDialog.java +++ b/src/com/android/settings/wifi/WpsDialog.java @@ -133,7 +133,6 @@ public class WpsDialog extends AlertDialog { @Override protected void onCreate(Bundle savedInstanceState) { - setTitle(R.string.wifi_wps_setup_title); mView = getLayoutInflater().inflate(R.layout.wifi_wps_dialog, null); mTextView = (TextView) mView.findViewById(R.id.wps_dialog_txt);