mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Better handle pluralization
This commit is contained in:
parent
8436b5c498
commit
e9112912b8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue