fix missing spaces between the file committed and the commit msg
This commit is contained in:
parent
c7dead6455
commit
37ebae303c
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue