1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

LP-48 Small changes

This commit is contained in:
Laurent Lalanne 2015-07-20 00:30:10 +02:00
parent f0cc2a0c15
commit 9d4a075d97
2 changed files with 4 additions and 4 deletions

View File

@ -233,7 +233,7 @@ void GeneralSettings::setLanguage(const QString &locale)
if (m_language != locale) {
if (!locale.isEmpty()) {
QMessageBox::information((QWidget *)Core::ICore::instance()->mainWindow(), tr("Restart required"),
tr("The language change will take effect after a restart of the %1.").arg(GCS_BIG_NAME));
tr("The language change will take effect after a restart of %1.").arg(GCS_BIG_NAME));
}
m_language = locale;
}

View File

@ -79,7 +79,7 @@
</message>
<message>
<location line="+1"/>
<source>The language change will take effect after a restart of the %1.</source>
<source>The language change will take effect after a restart of %1.</source>
<translation>Le changement de langue ne prendra effet qu&apos;après le redémarrage de %1.</translation>
</message>
<message>
@ -115,12 +115,12 @@
<message>
<location/>
<source>Automatically connect a compatible USB device:</source>
<translation type="unfinished"></translation>
<translation>Connecter automatiquement un périphérique USB compatible :</translation>
</message>
<message>
<location/>
<source>Automatically select a compatible USB device:</source>
<translation type="unfinished"></translation>
<translation>Sélectionner automatiquement un périphérique USB compatible :</translation>
</message>
</context>
<context>