mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show translated String.
Translated notifications are always better. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f61b59d961
commit
90d68ead31
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ void DiveLogExportDialog::on_buttonBox_accepted()
|
|||
// the non XSLT exports are called directly above, the XSLT based ons are called here
|
||||
if (!stylesheet.isEmpty()) {
|
||||
future = QtConcurrent::run(export_dives_xslt, filename.toUtf8(), ui->exportSelected->isChecked(), ui->CSVUnits_2->currentIndex(), stylesheet.toUtf8());
|
||||
MainWindow::instance()->getNotificationWidget()->showNotification("Exporting...", KMessageWidget::Information);
|
||||
MainWindow::instance()->getNotificationWidget()->showNotification(tr("Please Wait, Exporting..."), KMessageWidget::Information);
|
||||
MainWindow::instance()->getNotificationWidget()->setFuture(future);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue