diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-20 12:21:04 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-20 12:21:04 +0200 |
commit | 9ddd2f195e5e20394a5f911f397f57ab7441ebb9 (patch) | |
tree | 31ff8967834b4765faae274136694bc9c51f76f9 /res/values/strings.xml | |
parent | 0ee7cd136a2bad17aaa5dc5deea36dcffdbdb195 (diff) |
fixed typos reported by @jelmer fixed #288
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 61e3ee94..ed5383b6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -46,7 +46,7 @@ <string name="share_with">Share with</string> <string name="ask_again"><u>Click to ask again</u></string> <string name="show_otr_key">OTR fingerprint</string> - <string name="no_otr_fingerprint">No OTR Fingerprint generated. Just go ahead an start an encrypted conversation</string> + <string name="no_otr_fingerprint">No OTR Fingerprint generated. Just go ahead and start an encrypted conversation</string> <string name="start_conversation">Start Conversation</string> <string name="invite_contact">Invite Contact</string> <string name="contacts">Contacts</string> @@ -148,7 +148,7 @@ <string name="pref_confirm_messages_summary">Let your contact know when you have received and read a message</string> <string name="pref_show_last_seen">Display last seen</string> <string name="pref_show_last_seen_summary">Display the latest time a contact has been seen online</string> - <string name="openpgp_error">OpenKeychain reporeted an error</string> + <string name="openpgp_error">OpenKeychain reported an error</string> <string name="error_decrypting_file">I/O Error decrypting file</string> <string name="error_copying_image_file">Error copying image file.</string> <string name="accept">Accept</string> |