mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
Spelling of Spectrum to Spektrum
This commit is contained in:
parent
245e1e36cb
commit
43e6b38b54
@ -187,13 +187,13 @@ p, li { white-space: pre-wrap; }
|
|||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Spectrum Satellite</string>
|
<string>Spektrum Satellite</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QToolButton { border: none }</string>
|
<string notr="true">QToolButton { border: none }</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Spectrum</string>
|
<string>Spektrum</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../wizardResources.qrc">
|
<iconset resource="../wizardResources.qrc">
|
||||||
|
@ -229,13 +229,13 @@ QString SetupWizard::getSummaryText()
|
|||||||
summary.append(tr("Futaba S.Bus"));
|
summary.append(tr("Futaba S.Bus"));
|
||||||
break;
|
break;
|
||||||
case INPUT_DSM2:
|
case INPUT_DSM2:
|
||||||
summary.append(tr("Spectrum satellite (DSM2)"));
|
summary.append(tr("Spektrum satellite (DSM2)"));
|
||||||
break;
|
break;
|
||||||
case INPUT_DSMX10:
|
case INPUT_DSMX10:
|
||||||
summary.append(tr("Spectrum satellite (DSMX10BIT)"));
|
summary.append(tr("Spektrum satellite (DSMX10BIT)"));
|
||||||
break;
|
break;
|
||||||
case INPUT_DSMX11:
|
case INPUT_DSMX11:
|
||||||
summary.append(tr("Spectrum satellite (DSMX11BIT)"));
|
summary.append(tr("Spektrum satellite (DSMX11BIT)"));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
summary.append(tr("Unknown"));
|
summary.append(tr("Unknown"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user