Capitalisation in file type list

Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tim Wootton 2014-11-01 00:07:17 +00:00 committed by Dirk Hohndel
parent 1e554d5451
commit 6fc32f6240
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@
<item>
<widget class="QPushButton" name="getUIDbutton">
<property name="text">
<string>Get UserID</string>
<string>Get user ID</string>
</property>
</widget>
</item>

View file

@ -1249,7 +1249,7 @@ void MainWindow::on_actionImportDiveLog_triggered()
QStringList fileNames = QFileDialog::getOpenFileNames(this, tr("Open dive log file"), lastUsedDir(),
tr("Dive log files (*.xml *.uddf *.udcf *.csv *.jlb *.dld *.sde *.db *.can);;"
"XML files (*.xml);;UDDF/UDCF files(*.uddf *.udcf);;JDiveLog files(*.jlb);;"
"Suunto Files(*.sde *.db);;CSV Files(*.csv);;MkVI Files(*.txt);;All Files(*)"));
"Suunto files(*.sde *.db);;CSV files(*.csv);;MkVI files(*.txt);;All files(*)"));
if (fileNames.isEmpty())
return;