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:
parent
ea1e95db7b
commit
2b6629e03a
@ -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">
|
||||
|
@ -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)"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user