summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-15 08:01:12 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-15 08:01:12 -0800
commitff193e309c7f699a1a9a4081c9886d066c7668cd (patch)
treedc5337087bd49406042ebf5f3c2acd34d8b9d96a /qt-ui
parentadabbb182dd9ed6e7e928eabca205fa497e34525 (diff)
downloadsubsurface-ff193e309c7f699a1a9a4081c9886d066c7668cd.tar.gz
Consistently have a space between file type and extension
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-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;