1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Spelling of Spectrum to Spektrum

This commit is contained in:
David Ankers 2012-10-17 13:28:07 +11:00
parent b906169ac9
commit ec85cd7305
2 changed files with 5 additions and 5 deletions

View File

@ -187,13 +187,13 @@ p, li { white-space: pre-wrap; }
</font>
</property>
<property name="toolTip">
<string>Spectrum Satellite</string>
<string>Spektrum Satellite</string>
</property>
<property name="styleSheet">
<string notr="true">QToolButton { border: none }</string>
</property>
<property name="text">
<string>Spectrum</string>
<string>Spektrum</string>
</property>
<property name="icon">
<iconset resource="../wizardResources.qrc">

View File

@ -229,13 +229,13 @@ QString SetupWizard::getSummaryText()
summary.append(tr("Futaba S.Bus"));
break;
case INPUT_DSM2:
summary.append(tr("Spectrum satellite (DSM2)"));
summary.append(tr("Spektrum satellite (DSM2)"));
break;
case INPUT_DSMX10:
summary.append(tr("Spectrum satellite (DSMX10BIT)"));
summary.append(tr("Spektrum satellite (DSMX10BIT)"));
break;
case INPUT_DSMX11:
summary.append(tr("Spectrum satellite (DSMX11BIT)"));
summary.append(tr("Spektrum satellite (DSMX11BIT)"));
break;
default:
summary.append(tr("Unknown"));