aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Wienke <languitar@semipol.de>2015-05-31 23:15:41 +0200
committerJohannes Wienke <languitar@semipol.de>2015-05-31 23:15:41 +0200
commitc6d7e22e70133b2621299a774580f291b48bff89 (patch)
treef4bec4b8c18be919ad7ba84b2caec014ef65be28
parent207e5bf22ef081159d6233ea05e1217e48c65a8f (diff)
Fix spelling and remove exclamation mark
Fix a spelling error and remove an unnecessary exclamation mark in settings.
-rw-r--r--app/src/main/res/values-cs/strings.xml2
-rw-r--r--app/src/main/res/values/strings.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index f789b8a9..3e8f2d71 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -121,7 +121,7 @@
<string name="dialog_negative">Ne... později</string>
<string name="dialog_oops">Ajaj...</string>
<string name="dialog_cancel">Zrušit</string>
- <string name="git_sync">Syncronize repository</string>
+ <string name="git_sync">Synchronize repository</string>
<string name="git_pull">Pull from remote</string>
<string name="git_push">Push to remote</string>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b6793849..220b5d02 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -99,7 +99,7 @@
<string name="pref_dialog_delete_title">Clear repository</string>
<string name="pref_dialog_delete_msg">Do you want to delete the current password store directory? This will not clear your configuration.</string>
<string name="pref_crypto_title">Crypto</string>
- <string name="pref_provider_title">Select OpenPGP Provider!</string>
+ <string name="pref_provider_title">Select OpenPGP Provider</string>
<string name="pref_provider_account_title">Set your OpenPGP account</string>
<string name="pref_provider_account_hint">mail@somewhere.tld</string>
<string name="pref_key_title">Select OpenPGP Key id</string>
@@ -122,7 +122,7 @@
<string name="dialog_negative">Nah... later</string>
<string name="dialog_oops">Oops...</string>
<string name="dialog_cancel">Cancel</string>
- <string name="git_sync">Syncronize repository</string>
+ <string name="git_sync">Synchronize repository</string>
<string name="git_pull">Pull from remote</string>
<string name="git_push">Push to remote</string>