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:
parent
f0cc2a0c15
commit
9d4a075d97
@ -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;
|
||||
}
|
||||
|
@ -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'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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user