[kde-doc-english] [Bug 129163] kreversi: untransalable string and wrong colournames
Burkhard Lueck
lueck at hube-lueck.de
Tue Jun 20 15:26:23 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=129163
lueck hube-lueck de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From lueck hube-lueck de 2006-06-20 15:26 -------
SVN commit 553221 by lueck:
fixed untranslatable string -> missing i18n() call
close bug #129163 with wrong product (docs)
opened new bug #129488 kreversi: wrong player (=color) names in moves window
BUG:129163
CCMAIL:inge lysator liu se
M +1 -1 qreversigameview.cpp
--- trunk/KDE/kdegames/kreversi/qreversigameview.cpp #553220:553221
@ -180,7 +180,7 @
layout->addWidget(m_whiteStatus, 1, 1);
// The "Moves" label
- QLabel *movesLabel = new QLabel( "Moves", this);
+ QLabel *movesLabel = new QLabel( i18n("Moves"), this);
movesLabel->setAlignment(Qt::AlignCenter);
layout->addWidget(movesLabel, 2, 1);
More information about the kde-doc-english
mailing list