[Kalzium] [kalzium] [Bug 313944] New: Untranslatable strings in titrationCalculator.cpp

André Marcelo Alvarenga alvarenga at kde.org
Sat Jan 26 23:50:02 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=313944

            Bug ID: 313944
           Summary: Untranslatable strings in titrationCalculator.cpp
    Classification: Unclassified
           Product: kalzium
           Version: unspecified
          Platform: Ubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kalzium at kde.org
          Reporter: alvarenga at kde.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kalzium mailing list