[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdegames
From:       Danny Allen <dannya40uk () yahoo ! co ! uk>
Date:       2005-03-23 13:52:43
Message-ID: 20050323135243.81E403CD () office ! kde ! org
[Download RAW message or body]

CVS commit by dannya: 

Cleanups and standardisation across games...


  M +5 -5      katomic/gamewidget.cpp   1.22
  M +1 -1      katomic/toplevel.cpp   1.32
  M +0 -5      kgoldrunner/src/kgoldrunner.cpp   1.19
  M +1 -1      kolf/kolf.cpp   1.76
  M +1 -1      ktron/ktron.cpp   1.55


--- kdegames/katomic/gamewidget.cpp  #1.21:1.22
@@ -88,6 +88,6 @@ void GameWidget::gameOver(int moves) {
 
     KScoreDialog high(KScoreDialog::Name | KScoreDialog::Score, this);
-    high.setCaption(i18n("Level %1 Best Scores").arg(level));
-    high.setConfigGroup(QString("High Scores Level %1").arg(level));
+    high.setCaption(i18n("Level %1 Highscores").arg(level));
+    high.setConfigGroup(QString("Highscores Level %1").arg(level));
 
     KScoreDialog::FieldInfo scoreInfo;
@@ -173,5 +173,5 @@ GameWidget::GameWidget ( QWidget *parent
     slay->addSpacing(10);
 
-    slay->addWidget(new QLabel(i18n("Best score:"), bg));
+    slay->addWidget(new QLabel(i18n("Highscore:"), bg));
 
     QFont headerFont = KGlobalSettings::generalFont();
@@ -210,6 +210,6 @@ void GameWidget::showHighscores ()
 {
     KScoreDialog high(KScoreDialog::Name | KScoreDialog::Score, this);
-    high.setCaption(i18n("Level %1 Best Scores").arg(level));
-    high.setConfigGroup(QString("Best Scores Level %1").arg(level));
+    high.setCaption(i18n("Level %1 Highscores").arg(level));
+    high.setConfigGroup(QString("Highscores Level %1").arg(level));
     high.exec();
 }

--- kdegames/katomic/toplevel.cpp  #1.31:1.32
@@ -42,5 +42,5 @@ void AtomTopLevel::createMenu()
 {
     KAction *act = KStdGameAction::highscores(main, SLOT(showHighscores()), actionCollection());
-    act->setText(i18n("Show &Best Scores"));
+    act->setText(i18n("Show &Highscores"));
     KStdGameAction::quit(this, SLOT(close()), actionCollection());
     KStdGameAction::restart(main, SLOT(restartLevel()), actionCollection());

--- kdegames/kgoldrunner/src/kgoldrunner.cpp  #1.18:1.19
@@ -175,9 +175,4 @@ void KGoldrunner::setupActions()
                                 SLOT(startNextLevel()), actionCollection(),
                                 "play_next");
-    (void)                      new KAction
-                                (i18n("&Tutorial"),
-                                0,
-                                game, SLOT(startTutorial()), actionCollection(),
-                                "tutorial");
 
     // Save Game...

--- kdegames/kolf/kolf.cpp  #1.75:1.76
@@ -96,5 +96,5 @@ void Kolf::initGUI()
 
         loadGameAction = KStdGameAction::load(this, SLOT(loadGame()), actionCollection());
-        loadGameAction->setText(i18n("Load Saved..."));
+        loadGameAction->setText(i18n("Load Saved Game..."));
 
         highScoreAction = KStdGameAction::highscores(this, SLOT(showHighScores()), actionCollection());

--- kdegames/ktron/ktron.cpp  #1.54:1.55
@@ -185,5 +185,5 @@ void KTron::showSettings(){
   KConfigDialog *dialog = new KConfigDialog(this, "settings", Settings::self());
   dialog->addPage(new General(0, "General"), i18n("General"), "package_settings");
-  dialog->addPage(new Ai(0, "Ai"), i18n("Ai"), "package_system");
+  dialog->addPage(new Ai(0, "Ai"), i18n("A.I."), "personal");
   dialog->addPage(new Appearance(0, "Appearance"), i18n("Appearance"), "style");
   connect(dialog, SIGNAL(settingsChanged()), tron, SLOT(loadSettings()));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic