diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-06-10 00:09:30 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-06-10 00:09:30 +0200 |
commit | 37ebae303c35f5ef9176d231cdaab47ec35ad006 (patch) | |
tree | c8ca09332cd968cdc3cf33756f5536ddd0f67037 | |
parent | c7dead64552bfbd6ea12892c19866946894a88a2 (diff) |
fix missing spaces between the file committed and the commit msg
-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> |