[gnome-games/gsoc-seed-games] [same-gnome-clutter] Update strings to match shipping Same (for translations)



commit 71113f2a239e648d46a871bcf81a3475c3cad78f
Author: Tim Horton <hortont424 gmail com>
Date:   Sun Jul 5 21:31:49 2009 -0400

    [same-gnome-clutter] Update strings to match shipping Same (for translations)

 same-gnome-clutter/data/same-gnome.ui |    2 +-
 same-gnome-clutter/src/about.js       |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/same-gnome-clutter/data/same-gnome.ui b/same-gnome-clutter/data/same-gnome.ui
index 4e0e8cb..b95b1ab 100644
--- a/same-gnome-clutter/data/same-gnome.ui
+++ b/same-gnome-clutter/data/same-gnome.ui
@@ -3,7 +3,7 @@
 	<requires lib="gtk+" version="2.14"/>
 	<object class="GtkWindow" id="game_window">
 		<signal name="hide" handler="quit"/>
-		<property name="title" translatable="yes">Lights Off</property>
+		<property name="title" translatable="yes">Same GNOME</property>
 		<property name="resizable">False</property>
 		<accel-groups>
 			<group name="accel_group"/>
diff --git a/same-gnome-clutter/src/about.js b/same-gnome-clutter/src/about.js
index 21abd90..8773343 100644
--- a/same-gnome-clutter/src/about.js
+++ b/same-gnome-clutter/src/about.js
@@ -9,11 +9,11 @@ var _ = imports.gettext.gettext;
 function show_about_dialog()
 {
 	var about_dialog = new Gtk.AboutDialog();
-	about_dialog.program_name = _("Same Gnome");
+	about_dialog.program_name = _("Same GNOME");
 	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\nLights Off is a part of GNOME Games.");
+	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\nSame GNOME is a part of GNOME Games.");
 	about_dialog.copyright = _("Copyright \xa9 2009 Tim Horton");
-	about_dialog.license = GnomeGamesSupport.get_license(_("Same Gnome"));
+	about_dialog.license = GnomeGamesSupport.get_license(_("Same GNOME"));
 	about_dialog.wrap_license = true;
 	about_dialog.logo_icon_name = "gnome-samegnome";
 	about_dialog.website = "http://www.gnome.org/projects/gnome-games/";;



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