The Save dialog in Titration Calculator has untranslatable strings: "Save work" and "Icee File". I'm not sure, but I think src/calculator/titrationCalculator.cpp has multiples untranslatable strings, i.e.: QMessageBox::critical(this,"Error","Unable to find an equation for Y-axis variable.") ; QString file = QFileDialog::getSaveFileName(this,"Save work","","Icee File (*.icee)"); if (!out) QMessageBox::critical(this,"Error","Unable to create "+file) ; QString file = QFileDialog::getOpenFileName(this,"Open work","","Icee File (*.icee)"); if (!texto) QMessageBox::critical(this,"Error","Unable to open "+file) ; Please, check the file. Reproducible: Always Steps to Reproduce: Click on Perform Calculations -> Titration Calculator -> Save
Confirmed in master + 4.10 compiled from sources
Git commit c855c3447551032bfa1792717efef747c08dbb5f by Burkhard Lück. Committed on 29/10/2014 at 19:36. Pushed by lueck into branch 'KDE/4.14'. Add missing i18n() calls in Titration Calculator REVIEW:120893 M +7 -7 src/calculator/titrationCalculator.cpp http://commits.kde.org/kalzium/c855c3447551032bfa1792717efef747c08dbb5f