forked from qt-creator/qt-creator
Fix message in customtoolchain.cpp.
Change-Id: Icf48a49330cb39aa04413ac8c54afc7d72e612fb Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
e3f5597b26
commit
b2bad5e540
@@ -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"));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user