[gnome-games] swell-foop: Fix About dialog description of the game



commit f72184f4a700fc3754a7bb61dc0e584a5db2b396
Author: Jason D. Clinton <me jasonclinton com>
Date:   Wed Apr 20 12:45:34 2011 -0500

    swell-foop: Fix About dialog description of the game
    
    https://bugzilla.gnome.org/show_bug.cgi?id=623542

 swell-foop/src/About.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/swell-foop/src/About.js b/swell-foop/src/About.js
index 86f9da0..ed60ce7 100644
--- a/swell-foop/src/About.js
+++ b/swell-foop/src/About.js
@@ -10,7 +10,7 @@ function show_about_dialog()
 	var about_dialog = new Gtk.AboutDialog();
 	about_dialog.program_name = _("Swell Foop");
 	about_dialog.version = "1.0";
-	about_dialog.comments = _("I want to play that game! You know, they all go whirly-round and you click on them and they vanish!\n\nSwell Foop is a part of GNOME Games.");
+	about_dialog.comments = _("I want to play that game! You know, they all light-up and you click on them and they vanish!\n\nSwell Foop is a part of GNOME Games.");
 	about_dialog.copyright = _("Copyright \xa9 2009 Tim Horton");
 	about_dialog.license = GnomeGamesSupport.get_license(_("Swell Foop"));
 	about_dialog.wrap_license = true;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]