diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-08-31 14:52:57 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-08-31 14:52:57 +0200 |
commit | 8b63dbb26d5f5d81ad631c6cb8629cb5637df0ea (patch) | |
tree | 12616e01c88ed7ebce05839c97cc9362058e1f20 /src/main/res/values | |
parent | 94143682ffd20c41ebc607228716fc184d558a16 (diff) |
do password empty check in dialog not in restore backup service
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index d29ff110b..1a8cb52a8 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -930,4 +930,5 @@ <string name="open_backup">Open backup</string> <string name="not_a_backup_file">The file you selected is not a Conversations backup file</string> <string name="account_already_setup">This account has already been setup</string> + <string name="please_enter_password">Please enter the password for this account</string> </resources> |