Better handle pluralization
This commit is contained in:
parent
8436b5c498
commit
e9112912b8
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user