diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 209f484c..edea0f82 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -14,7 +14,7 @@ <string name="just_now">just now</string> <string name="sending">sending…</string> <string name="announce_pgp">Renew PGP announcement</string> - <string name="encrypted_message">Decrypting message. please wait…</string> + <string name="encrypted_message">Decrypting message. Please wait…</string> <string name="conference_details">Conference Details</string> <string name="nick_in_use">Nickname is already in use</string> <string name="moderator">Moderator</string> @@ -52,4 +52,6 @@ <string name="add_contact">Add contact</string> <string name="send_failed">unsuccessful delivery</string> <string name="send_rejected">rejected</string> + <string name="receiving_image">Receiving image file. Please wait…</string> + <string name="preparing_image">Preparing image for transmission. Please wait…</string> </resources> |