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

Rename Legacy to Standard, while Legacy for Multis, not so for Fwings an

Helis.
This commit is contained in:
Fredrik Larson 2014-08-23 04:30:32 +10:00
parent 169b95fb4d
commit cda94b3319

View File

@ -314,7 +314,7 @@ QString SetupWizard::getSummaryText()
summary.append("<b>").append(tr("Speed Controller (ESC) type: ")).append("</b>");
switch (getEscType()) {
case ESC_STANDARD:
summary.append(tr("Legacy ESC (50 Hz)"));
summary.append(tr("Standard ESC (50 Hz)"));
break;
case ESC_RAPID:
summary.append(tr("Rapid ESC (400 Hz)"));