mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
OP-1337 French translations updates
Typo fix in importexportgadgetwidget.cpp : to file...
This commit is contained in:
parent
77a11a04fc
commit
7fafb44bfb
@ -75,7 +75,7 @@ void ImportExportGadgetWidget::on_exportButton_clicked()
|
||||
QString file = filename;
|
||||
QString filter = tr("GCS Settings file (*.xml)");
|
||||
|
||||
file = QFileDialog::getSaveFileName(this, tr("Save GCS Settings too file .."), QFileInfo(file).absoluteFilePath(), filter).trimmed();
|
||||
file = QFileDialog::getSaveFileName(this, tr("Save GCS Settings to file..."), QFileInfo(file).absoluteFilePath(), filter).trimmed();
|
||||
if (file.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user