aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-ui/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index a6b1fdd03..7b1760efd 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -1264,10 +1264,10 @@ void MainWindow::on_actionImportDiveLog_triggered()
"JDiveLog files (*.jlb);;"
"Liquivision files (*.lvd);;"
"MkVI files (*.txt);;"
- "Suunto files(*.sde *.db);;"
+ "Suunto files (*.sde *.db);;"
"UDDF/UDCF files (*.uddf *.udcf);;"
"XML files (*.xml);;"
- "All files(*)"));
+ "All files (*)"));
if (fileNames.isEmpty())
return;