diff options
author | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-12 16:42:20 +0100 |
---|---|---|
committer | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-12 16:42:20 +0100 |
commit | 8d3323e384746acfad563d9389529b0802787261 (patch) | |
tree | 3433856f6c4eb6e0be2ab65ef472ced35ebaebe4 /src/main/res/values | |
parent | 77e4e1c2acfffcb64d0538c00b087462d15a4bbf (diff) |
context menu for files and offered files. fixed #848 fixed #849
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index cdf5d438..7db008ea 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -47,7 +47,7 @@ <string name="remove_bookmark_text">Would you like to remove %s as a bookmark? The conversation associated with this bookmark will not be removed.</string> <string name="register_account">Register new account on server</string> <string name="change_password_on_server">Change password on server</string> - <string name="share_with">Share with</string> + <string name="share_with">Share with…</string> <string name="start_conversation">Start Conversation</string> <string name="invite_contact">Invite Contact</string> <string name="contacts">Contacts</string> @@ -328,7 +328,6 @@ <string name="check_image_filesize">Check image file size</string> <string name="message_options">Message options</string> <string name="copy_text">Copy text</string> - <string name="share_image">Share image</string> <string name="copy_original_url">Copy original URL</string> <string name="send_again">Send again</string> <string name="image_url">Image URL</string> |