aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 16:02:46 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 16:02:46 +0100
commita508f95c3fc755c114a2fc0a43ccdf7d3f1acb2d (patch)
treec947eaebfa8b92f5098b3abe3d16ed82a4b0bd97 /src/main/res/values/strings.xml
parentc172f1ade7a30cd7f722ac7287c05e8ffb173ef1 (diff)
show number of participants in a MUC
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 1fdcb0ecd..3c274366d 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -848,7 +848,10 @@
<string name="unable_to_decrypt_backup">Unable to decrypt backup. Is the password correct?</string>
<string name="pref_prefer_xmpp_avatar_summary">Prefer the user\'s XMPP avatar instead of the one from your address book</string>
<string name="pref_prefer_xmpp_avatar">Prefer XMPP avatar</string>
- <string name="view_users">View participants</string>
+ <plurals name="view_users">
+ <item quantity="one">View %1$d Participant</item>
+ <item quantity="other">View %1$d Participants</item>
+ </plurals>
<string name="group_chat_members">Participants</string>
<string name="message_deleted">Message was deleted</string>
<string name="channel_details">Channel details</string>