aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-11-20 20:42:52 +0100
committerChristian Schneppe <christian@pix-art.de>2017-11-20 20:42:52 +0100
commit979e02fdc46573e260114e0f9112dcf326753d62 (patch)
treed8a63a6250c962dc3cf5ed8b6f2aa49426f6c3f3 /src/main/res/values/strings.xml
parentfdeeff6fd381d6f9d259d9ae0f440230731d2f71 (diff)
brought back 'copy to clipboard' and 'quote' context menu options
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index e867a0c2a..a7c74f603 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -636,7 +636,9 @@
<string name="missing_presence_subscription">Missing presence subscription</string>
<string name="missing_omemo_keys">Missing OMEMO keys</string>
<string name="error_publish_avatar_offline">You need to be connected to publish your avatar.</string>
- <string name="select_text">Select text</string>
+ <string name="copy_to_clipboard">Copy to clipboard</string>
+ <string name="message_copied_to_clipboard">Message copied to clipboard</string>
+ <string name="message">Message</string>
<string name="quote">Quote</string>
<string name="show_error_message">Show error message</string>
<string name="error_message">Error Message</string>