From 6460413ee2f50be561fd0824e3eaa9c2c09415b1 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Fri, 7 Aug 2009 13:33:14 +0200 Subject: Gettext fixes Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. --- src/gui/statuswindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/statuswindow.cpp') diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index f23f6e4f..6f5f72fa 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -223,11 +223,11 @@ std::string StatusWindow::update(int id) #endif else if (id == CHAR_POINTS) { - mCharacterPointsLabel->setCaption(strprintf(_("Character Points: %d"), + mCharacterPointsLabel->setCaption(strprintf(_("Character points: %d"), player_node->getCharacterPoints())); mCharacterPointsLabel->adjustSize(); - mCorrectionPointsLabel->setCaption(strprintf(_("Correction Points: %d"), + mCorrectionPointsLabel->setCaption(strprintf(_("Correction points: %d"), player_node->getCorrectionPoints())); mCorrectionPointsLabel->adjustSize(); -- cgit v1.2.3-70-g09d2