hitori r64 - in trunk: . po src



Author: pwithnall
Date: Sun Apr  5 16:39:21 2009
New Revision: 64
URL: http://svn.gnome.org/viewvc/hitori?rev=64&view=rev

Log:
2009-04-05  Philip Withnall  <philip tecnocode co uk>

	* README: Updated the README to give the new website.
	* src/interface.c (hitori_about_cb): Updated the About dialogue to
	give the new website, and to fix the punctuation in the copyright
	string.

2009-04-05  Philip Withnall  <philip tecnocode co uk>

	* de.po:
	* en_GB.po:
	* es.po:
	* pt_BR.po:
	* sv.po: Corrected the punctuation in the copyright string.



Modified:
   trunk/ChangeLog
   trunk/README
   trunk/po/ChangeLog
   trunk/po/de.po
   trunk/po/en_GB.po
   trunk/po/es.po
   trunk/po/pt_BR.po
   trunk/po/sv.po
   trunk/src/interface.c

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sun Apr  5 16:39:21 2009
@@ -1,7 +1,7 @@
 Hitori
 ======
 
-Hitori is (as the name suggests) a GTK+ application to generate and let you play games of Hitori, a logic game similar to Sudoku created by Nikoli.
+Hitori is a GTK+ application to generate and let you play games of Hitori, a logic game similar to Sudoku created by Nikoli.
 
 News
 ====
@@ -44,8 +44,8 @@
 BUGS
 ====
 
-Bugs should be sent to me:
-http://tecnocode.co.uk/contact
+Bugs should be entered in GNOME Bugzilla:
+http://bugzilla.gnome.org/enter_bug.cgi?product=hitori
 
 To get a better debug output, run:
 # hitori --debug
@@ -54,4 +54,4 @@
 =======
 
 Philip Withnall <philip tecnocode co uk>
-http://tecnocode.co.uk/projects/hitori
+http://live.gnome.org/Hitori

Modified: trunk/src/interface.c
==============================================================================
--- trunk/src/interface.c	(original)
+++ trunk/src/interface.c	Sun Apr  5 16:39:21 2009
@@ -553,7 +553,7 @@
 
 	gtk_show_about_dialog (GTK_WINDOW (hitori->window),
 				"version", VERSION,
-				"copyright", _("Copyright \xc2\xa9 2007-2009 Philip Withnall"),
+				"copyright", _("Copyright \xc2\xa9 2007\342\200\2232009 Philip Withnall"),
 				"comments", _("A logic puzzle designed by Nikoli."),
 				"authors", authors,
 				"documenters", documentation_credits,
@@ -562,7 +562,7 @@
 				"license", license,
 				"wrap-license", TRUE,
 				"website-label", _("Hitori Website"),
-				"website", "http://tecnocode.co.uk/projects/hitori";,
+				"website", "http://live.gnome.org/Hitori";,
 				NULL);
 
 	g_free (license);



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