Skip to content
Snippets Groups Projects
Commit 2d12884f authored by Jarek Kobus's avatar Jarek Kobus
Browse files

Fix one more plural.


Change-Id: Ibc5d9709d4820edd0ab14767aa6797c9f100f0f8
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
parent ac0e66d9
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ int CurrentDocumentFind::replaceAll(const QString &before, const QString &after,
QTC_CHECK(m_currentWidget);
int count = m_currentFind->replaceAll(before, after, findFlags);
Utils::FadingIndicator::showText(m_currentWidget,
tr("%1 occurrences replaced.").arg(count),
tr("%n occurrences replaced.", 0, count),
Utils::FadingIndicator::SmallText);
return count;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment