correctly mark plural
This commit is contained in:
@@ -71,7 +71,7 @@ void MainStatusBar::UpdateStatus()
|
||||
if (manager_->GetTaskCount() == 1) {
|
||||
showMessage(t->GetTitle());
|
||||
} else {
|
||||
showMessage(tr("Running %1 background tasks").arg(manager_->GetTaskCount()));
|
||||
showMessage(tr("Running %1 background task(s)").arg(manager_->GetTaskCount()));
|
||||
}
|
||||
|
||||
bar_->setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user