mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1084,7 +1084,7 @@ namespace BlackCore
|
||||
QString ISimulator::updateAircraftLimitationInfo() const
|
||||
{
|
||||
if (!m_limitUpdateAircraft) { return QStringLiteral("not limited"); }
|
||||
static const QString limInfo("Limited %1 times with %2/secs.");
|
||||
static const QString limInfo("Limited %1 time(s) with %2/secs.");
|
||||
return limInfo.arg(m_statsUpdateAircraftLimited).arg(m_limitUpdateAircraftBucket.getTokensPerSecond());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user