summaryrefslogtreecommitdiffstats
path: root/res/xml/general_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/general_preferences.xml')
-rw-r--r--res/xml/general_preferences.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/xml/general_preferences.xml b/res/xml/general_preferences.xml
index 75b4600f..88d0e327 100644
--- a/res/xml/general_preferences.xml
+++ b/res/xml/general_preferences.xml
@@ -14,8 +14,8 @@
limitations under the License.
-->
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto" >
<PreferenceCategory
android:layout="@layout/swe_preference_category_first"
android:title="@string/pref_general_title">
@@ -107,6 +107,7 @@
android:key="reset_default_preferences"
android:title="@string/pref_extras_reset_default"
android:summary="@string/pref_extras_reset_default_summary"
+ app:neutralButtonText="@string/website_settings_clear_all"
android:dialogMessage="@string/pref_extras_reset_default_dlg"
android:dialogIcon="@android:drawable/ic_dialog_alert" />