1
0
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:
Laurent Lalanne 2014-05-09 22:44:26 +02:00
parent 77a11a04fc
commit 7fafb44bfb

View File

@ -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;
}