diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp index 51643fe3b6c..0ff38acb36e 100644 --- a/src/plugins/projectexplorer/customtoolchain.cpp +++ b/src/plugins/projectexplorer/customtoolchain.cpp @@ -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")); } };