Use tr for plurals

Change-Id: I22e7cd13a8bd20789e83945d99d5d57fd1eee392
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Jarek Kobus
2016-11-04 08:55:09 +01:00
parent 8ed09cfa8e
commit 0ed954ca76

View File

@@ -477,7 +477,7 @@ CountingLabel::CountingLabel()
void CountingLabel::updateCount(int count)
{
setText(BaseFileFind::tr("%1 found").arg(count));
setText(BaseFileFind::tr("%n found", nullptr, count));
}
} // namespace Internal