diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-28 12:36:09 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:36:46 -0400 |
commit | 4b15ea3ae90fa870c622192cbf89eb5e02db97b6 (patch) | |
tree | 70057ed89b62d88054eba2f3750ac1f83f1ac156 /app/src/main/res | |
parent | 7182db30b7ddb314afec4eb18f83bb6b189fe2c0 (diff) |
Initialize the repository automatically, don't require the app to do it after a restart
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 825643bf..fa5358e2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -155,5 +155,5 @@ <string name="category_string">"Category: "</string> <!-- Autofill --> - <string name="autofill_description">Auto-fills login fields.</string> + <string name="autofill_description">Auto-fills password fields in apps. Only works for Android versions 4.3 and up. Does not rely on the clipboard for Android versions 5.0 and up.</string> </resources> |