aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-09-04 21:06:22 +0200
committerChristian Schneppe <christian@pix-art.de>2017-09-04 21:06:22 +0200
commitbdc63699f8361247eed7e77e8e7938d56a49ad9d (patch)
treef1ffccc8fa4a6d0d69216e7f4c4584a83c36a5fe /src/main/res/values/strings.xml
parent1fbec382597eb9721b79aa5e801fce3a503c1d1f (diff)
NotificationService: add button to mark conversation as read
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 047db6e0a..8121ea382 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -784,4 +784,5 @@
<string name="network_is_unreachable">Network is unreachable</string>
<string name="certificate_does_not_contain_jid">Certificate does not contain a Jabber ID</string>
<string name="error_no_keys_to_trust_presence">There are no usable keys available for this contact.\\nMake sure you have mutual presence subscription.</string>
+ <string name="mark_as_read">Mark as read</string>
</resources>