mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #2258 from translation-regroup
More consistent translation strings in groupchatform.cpp
This commit is contained in:
commit
e05f7c46bf
|
@ -164,7 +164,7 @@ void GroupChatForm::onSendTriggered()
|
||||||
|
|
||||||
void GroupChatForm::onUserListChanged()
|
void GroupChatForm::onUserListChanged()
|
||||||
{
|
{
|
||||||
nusersLabel->setText(tr("%1 users in chat").arg(group->getPeersCount()));
|
nusersLabel->setText(tr("%1 users in chat", "Number of users in chat").arg(group->getPeersCount()));
|
||||||
|
|
||||||
QLayoutItem *child;
|
QLayoutItem *child;
|
||||||
while ((child = namesListLayout->takeAt(0)))
|
while ((child = namesListLayout->takeAt(0)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user