diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 220b5d02..36ecb1d8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -23,9 +23,9 @@ <!-- git commits --> <string name="initialization_commit_text">[ANDROID PwdStore] Initialized store with keyID: </string> - <string name="add_commit_text">[ANDROID PwdStore] Add </string> - <string name="remove_commit_text">[ANDROID PwdStore] Remove </string> - <string name="from_store"> from store.</string> + <string name="add_commit_text">[ANDROID PwdStore] Add  </string> + <string name="remove_commit_text">[ANDROID PwdStore] Remove  </string> + <string name="from_store">  from store.</string> <!-- PGPHandler --> <string name="provider_toast_text">No OpenPGP Provider selected!</string> |