-rw-r--r-- | noncore/tools/calculator/calculatorimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/calculator/calculatorimpl.cpp b/noncore/tools/calculator/calculatorimpl.cpp index 0925073..8d11132 100644 --- a/noncore/tools/calculator/calculatorimpl.cpp +++ b/noncore/tools/calculator/calculatorimpl.cpp @@ -173,5 +173,5 @@ CalculatorImpl::CalculatorImpl( QWidget * parent, const char * name, connect(ComboBoxFunction, SIGNAL(activated(int) ), this, SLOT(function_button(int) ) ); - captions.append("Standard"); + captions.append(tr("Standard")); ComboBoxFunction->insertItem(captions.last()); |