<div dir="ltr"><div>Don't compare to static english string, must translate first.<br></div><div><br></div><div>Signed-off-by: Gehad elrobey <<a href="mailto:gehadelrobey@gmail.com">gehadelrobey@gmail.com</a>></div><div>---</div><div> qt-ui/divelogexportdialog.cpp | 3 +--</div><div> 1 file changed, 1 insertion(+), 2 deletions(-)</div><div><br></div><div>diff --git a/qt-ui/divelogexportdialog.cpp b/qt-ui/divelogexportdialog.cpp</div><div>index aff0265..b672601 100644</div><div>--- a/qt-ui/divelogexportdialog.cpp</div><div>+++ b/qt-ui/divelogexportdialog.cpp</div><div>@@ -129,8 +129,7 @@ void DiveLogExportDialog::exportHtmlInit(const QString &filename)</div><div> <span class="" style="white-space:pre">   </span>copy_and_overwrite(searchPath + "jqplot.canvasTextRenderer.min.js", exportFiles + "jqplot.canvasTextRenderer.min.js");</div><div> <span class="" style="white-space:pre">       </span>copy_and_overwrite(searchPath + "jquery.min.js", exportFiles + "jquery.min.js");</div><div> <span class="" style="white-space:pre">     </span>copy_and_overwrite(searchPath + "jquery.jqplot.css", exportFiles + "jquery.jqplot.css");</div><div>-<span class="" style="white-space:pre">      </span>copy_and_overwrite(searchPath + (ui->themeSelection->currentText() == "Light" ? "light.css" : "sand.css"),</div><div>-<span class="" style="white-space:pre">                    </span>   exportFiles + "theme.css");</div><div>+<span class="" style="white-space:pre"> </span>copy_and_overwrite(searchPath + (ui->themeSelection->currentText() == tr("Light") ? "light.css" : "sand.css"), exportFiles + "theme.css");</div><div> }</div><div> </div><div> void DiveLogExportDialog::exportHTMLsettings(const QString &filename)</div><div>-- </div><div>1.9.1</div><div><br></div></div>