From cf317ab123c51fb957ec35d44431e77a8b76c279 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Tue, 03 Sep 2002 19:00:18 +0000 Subject: As KPacman didn't use tr() but KDE's i18n() is did a simple perl -pi~ -e 's/i18n/tr/g' *.cpp --- (limited to 'noncore/games/kpacman/kpacmanwidget.cpp') diff --git a/noncore/games/kpacman/kpacmanwidget.cpp b/noncore/games/kpacman/kpacmanwidget.cpp index 330c88e..215dcda 100644 --- a/noncore/games/kpacman/kpacmanwidget.cpp +++ b/noncore/games/kpacman/kpacmanwidget.cpp @@ -114,11 +114,11 @@ void KpacmanWidget::confScheme() bitfont = new Bitfont(fontName, bitfontFirstChar, bitfontLastChar); if (bitfont->width() == 0 || bitfont->height() == 0) { - QString msg = i18n("The bitfont could not be contructed.\n\n" + QString msg = tr("The bitfont could not be contructed.\n\n" "The file '@FONTNAME@' does not exist,\n" "or is of an unknown format."); msg.replace(QRegExp("@FONTNAME@"), fontName); - // QMessageBox::critical(this, i18n("Initialization Error"), msg); + // QMessageBox::critical(this, tr("Initialization Error"), msg); printf("%s\n", msg.data()); } } -- cgit v0.9.0.2