mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 21:59:02 -04:00
fixed proper comment number in channels feeds
This commit is contained in:
parent
51710c10a0
commit
9da1e1ce05
3 changed files with 7 additions and 7 deletions
|
@ -325,7 +325,7 @@ void GxsChannelPostItem::loadComment(const uint32_t &token)
|
|||
if (comNb == 1) {
|
||||
sComButText = sComButText.append("(1)");
|
||||
} else if (comNb > 1) {
|
||||
sComButText = tr("Comments").append("(%1)").arg(comNb);
|
||||
sComButText = tr("Comments ").append("(%1)").arg(comNb);
|
||||
}
|
||||
ui->commentButton->setText(sComButText);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue