Skip to content
Snippets Groups Projects
Commit e9112912 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Better handle pluralization

parent 8436b5c4
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ Item {
Layout.alignment: Qt.AlignHCenter
MatrixText {
text: qsTr("%1 member(s)").arg(room ? room.roomMemberCount : 0)
text: qsTr("%n member(s)", "", room ? room.roomMemberCount : 0)
cursorShape: Qt.PointingHandCursor
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment