Bug 313944 - Untranslatable strings in titrationCalculator.cpp
Summary: Untranslatable strings in titrationCalculator.cpp
Status: RESOLVED FIXED
Alias: None
Product: kalzium
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Kalzium Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-26 23:50 UTC by André Marcelo Alvarenga
Modified: 2014-11-10 18:38 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.14.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Marcelo Alvarenga 2013-01-26 23:50:02 UTC
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
Comment 1 Burkhard Lück 2013-01-27 11:54:05 UTC
Confirmed in master + 4.10 compiled from sources
Comment 2 Burkhard Lück 2014-10-29 19:36:35 UTC
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