1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Change wording, standard servos to analog servos

This commit is contained in:
Fredrik Larson 2014-08-17 23:06:01 +10:00
parent ea1e95db7b
commit 2b6629e03a
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ p, li { white-space: pre-wrap; }
<string notr="true">QToolButton { border: none }</string>
</property>
<property name="text">
<string>Standard Servos</string>
<string>Analog Servos</string>
</property>
<property name="icon">
<iconset resource="../wizardResources.qrc">

View File

@ -300,7 +300,7 @@ QString SetupWizard::getSummaryText()
summary.append(tr("Rapid ESC (400 Hz)"));
break;
case SERVO_LEGACY:
summary.append(tr("Legacy Servos (50 Hz)"));
summary.append(tr("Analog Servos (50 Hz)"));
break;
case SERVO_DIGITAL:
summary.append(tr("Digital Servos (333 Hz)"));