summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-06-10 00:09:30 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-06-10 00:09:30 +0200
commit37ebae303c35f5ef9176d231cdaab47ec35ad006 (patch)
treec8ca09332cd968cdc3cf33756f5536ddd0f67037
parentc7dead64552bfbd6ea12892c19866946894a88a2 (diff)
fix missing spaces between the file committed and the commit msg
-rw-r--r--app/src/main/res/values/strings.xml6
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 &#160;</string>
+ <string name="remove_commit_text">[ANDROID PwdStore] Remove &#160;</string>
+ <string name="from_store">&#160; from store.</string>
<!-- PGPHandler -->
<string name="provider_toast_text">No OpenPGP Provider selected!</string>