[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Sun Oct 30 01:25:54 CEST 2005
SVN commit 475642 by staikos:
missing i18n
M +2 -2 dataobjectdialog.h
--- trunk/extragear/graphics/kst/kst/dataobjectdialog.h #475641:475642
@@ -63,7 +63,7 @@
#ifndef NONMULTIPLEDIALOG
_editMultiple->show();
- _editMultiple->setText("Edit Multiple >>");
+ _editMultiple->setText(i18n("Edit Multiple >>"));
editMultipleWidget->hide();
_editMultipleMode = false;
_tagName->setEnabled(true);
@@ -146,7 +146,7 @@
// fill in list of objects and prepare the fields for multiple edit
populateEditMultiple();
editMultipleWidget->show();
- _editMultiple->setText("Edit Multiple <<");
+ _editMultiple->setText(i18n("Edit Multiple <<"));
adjustSize();
resize(minimumSizeHint());
setFixedHeight(height());
More information about the Kst
mailing list