aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-08-13 15:18:47 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-08-14 17:36:52 -0400
commitec07e1eea69a69e9579ddfb44fdbee3535bcf6ad (patch)
tree216b48cfe0460064b9a42bde130ea3e13a3a07d5 /app/src/main/res/xml
parent29b92f4a6d1dacac3e0a1154972e2659b3a536be (diff)
Preference activity overhaul
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preference.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 44e38916..e8ba80cc 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -79,7 +79,7 @@
<CheckBoxPreference
android:defaultValue="true"
android:key="autofill_default"
- android:summary="Default to 'Automatically match with password' for apps without custom settings."
+ android:summary="Default to 'Automatically match' for apps without custom settings. Otherwise, 'Never match.'"
android:title="Automatically match by default"/>
</PreferenceCategory>