diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-21 19:51:03 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-21 19:51:03 +0200 |
commit | 77da0c6b5d3d6925c8018c1eb57fb26d102a937d (patch) | |
tree | ef392c79f3ad3df6de361ded98ab9d377965a371 /res/values/strings.xml | |
parent | fc6a16c31b56a1249fb28b4f90018bca4207dab7 (diff) |
allow images to be opened with gallary app
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 738332c2..df096179 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -55,7 +55,7 @@ <string name="receiving_image">Receiving image file. Please wait…</string> <string name="preparing_image">Preparing image for transmission. Please wait…</string> <string name="action_clear_history">Clear history</string> - <string name="clear_conversation_history">Clear Conversation history</string> + <string name="clear_conversation_history">Clear Conversation History</string> <string name="clear_histor_msg">Do you want to delete all messages within this Conversation?\n\n<b>Warning:</b> This will not influence messages stored on other devices or servers.</string> <string name="delete_messages">Delete messages</string> <string name="also_end_conversation">End this conversations afterwards</string> @@ -65,4 +65,5 @@ <string name="send_otr_message">Send OTR encrypted message</string> <string name="send_pgp_message">Send openPGP encrypted message</string> <string name="your_nick_has_been_changed">Your nickname has been changed</string> + <string name="download_image">Download Image</string> </resources> |