summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/kbounce.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/bounce/kbounce.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/bounce/kbounce.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/bounce/kbounce.cpp b/noncore/games/bounce/kbounce.cpp
index c1c0f70..f703f74 100644
--- a/noncore/games/bounce/kbounce.cpp
+++ b/noncore/games/bounce/kbounce.cpp
@@ -31,3 +31,3 @@ KJezzball::KJezzball() : QMainWindow(0), m_gameWidget( 0 )
{
- setCaption(tr("ZBounce"));
+ setCaption(tr("Bounce"));
// setup variables
@@ -102,3 +102,3 @@ void KJezzball::newGame()
- setCaption(tr("ZBounce Level %1").arg(m_game.level));
+ setCaption(tr("Bounce Level %1").arg(m_game.level));
ScoreLabel->setText( tr( "Score: %1" ).arg(m_game.score) );