Fix message in customtoolchain.cpp.

Change-Id: Icf48a49330cb39aa04413ac8c54afc7d72e612fb
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Friedemann Kleint
2013-02-13 12:38:06 +01:00
committed by Tobias Hunger
parent e3f5597b26
commit b2bad5e540

View File

@@ -395,7 +395,7 @@ public:
void updateSummaryText()
{
int count = entryCount();
setSummaryText(count ? tr("%n entries)", "", count) : tr("Empty"));
setSummaryText(count ? tr("%n entries", "", count) : tr("Empty"));
}
};