fixed proper comment number in channels feeds

This commit is contained in:
csoler 2017-05-20 17:53:25 +02:00
parent 51710c10a0
commit 9da1e1ce05
3 changed files with 7 additions and 7 deletions

View file

@ -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);
}