hitori r49 - in trunk: . src



Author: pwithnall
Date: Mon Mar  2 07:21:27 2009
New Revision: 49
URL: http://svn.gnome.org/viewvc/hitori?rev=49&view=rev

Log:
2009-03-02  Philip Withnall  <philip tecnocode co uk>

	* src/main.c (main): Added a translator comment.



Modified:
   trunk/ChangeLog
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	(original)
+++ trunk/src/main.c	Mon Mar  2 07:21:27 2009
@@ -180,6 +180,7 @@
 
 	const GOptionEntry options[] = {
 	        { "debug", 0, 0, G_OPTION_ARG_NONE, &debug, N_("Enable debug mode"), NULL },
+	        /* Translators: This means to choose a number as the "seed" for random number generation used when creating a board */
 	        { "seed", 0, 0, G_OPTION_ARG_INT, &seed, N_("Seed the board generation"), NULL },
 	        { NULL }
 	};



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