mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
Message texts
This commit is contained in:
committed by
Mat Sutcliffe
parent
991ba5ede8
commit
3099464668
@@ -873,7 +873,7 @@ namespace BlackCore
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
failover = false;
|
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
|
QString ISimulator::updateAircraftLimitationInfo() const
|
||||||
{
|
{
|
||||||
if (!m_limitUpdateAircraft) { return QStringLiteral("not limited"); }
|
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());
|
return limInfo.arg(m_statsUpdateAircraftLimited).arg(m_limitUpdateAircraftBucket.getTokensPerSecond());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user