diff options
author | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2015-11-22 14:19:48 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2015-11-22 14:19:48 +0100 |
commit | 5b3cc540e413395dc4771d810058fcd467efab4c (patch) | |
tree | c6679cd86ad22786a3a977608e6a96eb1cfc485d /app/src/main/res/values/strings.xml | |
parent | 97087ba33e1deaa74e0fa4c51d527f18efa7c754 (diff) | |
parent | 6e789a38f10da7c75fde3bed336dbf1d904d8efc (diff) |
Merge pull request #149 from zeapo/fix/external
Add warnings to the user about storing the passwords on the sdcard
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 4047691f..9cb6ac1b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -9,7 +9,7 @@ <string name="action_settings">Settings</string> <string name="hello_world">Hello world!</string> <string name="dialog_delete_title">Directory already exist</string> - <string name="dialog_delete_msg">Target directory already exist. Current version support only a single store. Do you want to delete the current password store directory?</string> + <string name="dialog_delete_msg">Target directory already exist. Current version support only a single store. Do you want to delete the current password store directory:</string> <string name="dialog_delete">Delete directory</string> <string name="dialog_do_not_delete">Cancel</string> <string name="title_activity_git_clone">Repository information</string> |