diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-08-13 15:18:47 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:36:52 -0400 |
commit | ec07e1eea69a69e9579ddfb44fdbee3535bcf6ad (patch) | |
tree | 216b48cfe0460064b9a42bde130ea3e13a3a07d5 /app/src/main/res/xml | |
parent | 29b92f4a6d1dacac3e0a1154972e2659b3a536be (diff) |
Preference activity overhaul
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 2 |
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> |