<div dir="ltr"><div><div>I've modified a string that are being translated, specifically the string below that contains file extensions as well as labels:<br><br>    QStringList fileNames = QFileDialog::getOpenFileNames(this, tr("Open dive log file"), lastUsedDir(),<br>        tr("Dive log files (*.xml *.uddf *.udcf *.csv *.jlb *.dld *.sde *.db *.can);;"<br>            "XML files (*.xml);;UDDF/UDCF files(*.uddf *.udcf);;JDiveLog files(*.jlb);;"<br>            "Suunto Files(*.sde *.db);;CSV Files(*.csv);;MkVI Files(*.txt);;All Files(*)"));<br><br></div>Do I need to modify all the /translations/*.ts files or will it be handled by some other process?<br><br></div>Also, should this be changed since file extensions are not usually translated. Maybe a sprintf to build a string using translations of labels only?<br clear="all"><div><div><div><div><div><br>-- <br><div dir="ltr"><div>John Van Ostrand<br></div><div>At large on sabbatical<br></div><br></div>
</div></div></div></div></div></div>