Message texts

This commit is contained in:
Klaus Basan
2020-05-17 22:44:51 +02:00
committed by Mat Sutcliffe
parent 991ba5ede8
commit 3099464668
2 changed files with 2 additions and 2 deletions

View File

@@ -873,7 +873,7 @@ namespace BlackCore
else
{
failover = false;
CLogMessage(this).warning(u"Model for '%1' failed adding, tried %2 times to resolve, giving up") << cs.toQString(true) << (trial + 1);
CLogMessage(this).warning(u"Model for '%1' failed adding, tried %2 time(s) to resolve, giving up") << cs.toQString(true) << (trial + 1);
}
}
}