mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T559, add space after voice capabilities + fixed typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
5f047f0694
commit
b0b8e82a2d
@@ -574,7 +574,7 @@ namespace BlackGui
|
||||
void CFlightPlanComponent::buildRemarksString()
|
||||
{
|
||||
QString v = ui->cb_VoiceCapabilities->currentText().toUpper();
|
||||
QString rem = CFlightPlanRemarks::textToVoiceCapabilitiesRemarks(v);
|
||||
QString rem = CFlightPlanRemarks::textToVoiceCapabilitiesRemarks(v).append(" ");
|
||||
|
||||
v = ui->le_AirlineOperator->text().trimmed();
|
||||
if (!v.isEmpty()) rem.append("OPR/").append(v).append(" ");
|
||||
|
||||
@@ -1089,7 +1089,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>GPS oceantic certified</string>
|
||||
<string>GPS oceanic certified</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user