aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-01-02 19:16:28 +0100
committerChristian Schneppe <christian@pix-art.de>2017-01-02 19:16:28 +0100
commit04cede18917f59e4caf270dd5fa21b51ced6da94 (patch)
treedd2d4872c55bec9249bab54abb0190f236b0274f /src/main/res
parent66508ffbd8db5b422c28f67dc0d5a52a3e62ba95 (diff)
make direct reply string translatable in NotificationService
Diffstat (limited to 'src/main/res')
-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 0f0e95d75..cf534777b 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -730,4 +730,5 @@
<string name="verify_omemo_keys">Verify OMEMO fingerprints</string>
<string name="show_inactive_devices">Show inactive devices</string>
<string name="hide_inactive_devices">Hide inactive devices</string>
+ <string name="reply">Reply</string>
</resources>