mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Message texts
This commit is contained in:
committed by
Mat Sutcliffe
parent
991ba5ede8
commit
3099464668
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user