mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Typo
This commit is contained in:
@@ -300,7 +300,7 @@ namespace BlackCore
|
|||||||
model.setCallsign(callsign);
|
model.setCallsign(callsign);
|
||||||
if (log)
|
if (log)
|
||||||
{
|
{
|
||||||
CMatchingUtils::addLogDetailsToList(log, callsign, QString("Uisng model: ICAO '%1', livery '%2', model '%3', type '%4'").
|
CMatchingUtils::addLogDetailsToList(log, callsign, QString("Using model: ICAO '%1', livery '%2', model '%3', type '%4'").
|
||||||
arg(model.getAircraftIcaoCode().getCombinedIcaoStringWithKey()).
|
arg(model.getAircraftIcaoCode().getCombinedIcaoStringWithKey()).
|
||||||
arg(model.getLivery().getCombinedCodePlusInfo()).
|
arg(model.getLivery().getCombinedCodePlusInfo()).
|
||||||
arg(model.getModelString()).
|
arg(model.getModelString()).
|
||||||
|
|||||||
Reference in New Issue
Block a user