mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
OP-1337 French translations updates
Dot missing, added in source code and translation updated.
This commit is contained in:
parent
0df5266406
commit
b30b1ad395
@ -14619,8 +14619,12 @@ et même conduire au crash. A utiliser avec prudence.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<source>Calibration failed! Please read the instructions and retry.</source>
|
||||
<translation type="unfinished">Échec étalonnage ! Veuillez lire les instructions et essayer à nouveau.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calibration failed! Please read the instructions and retry</source>
|
||||
<translation type="unfinished">Échec étalonnage ! Veuillez lire les instructions et essayer à nouveau</translation>
|
||||
<translation type="obsolete">Échec étalonnage ! Veuillez lire les instructions et essayer à nouveau</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -54,7 +54,7 @@ public:
|
||||
if (m_helper->calibrationSuccessful()) {
|
||||
nextStateName = tr("Calibration completed succesfully");
|
||||
} else {
|
||||
nextStateName = tr("Calibration failed! Please read the instructions and retry");
|
||||
nextStateName = tr("Calibration failed! Please read the instructions and retry.");
|
||||
}
|
||||
static_cast<WizardState *>(targetState())->setStepName(nextStateName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user