genius r706 - in trunk: . po src



Author: jirka
Date: Tue Feb  3 06:00:52 2009
New Revision: 706
URL: http://svn.gnome.org/viewvc/genius?rev=706&view=rev

Log:

Tue Feb 03 00:00:11 2009  Jiri (George) Lebl <jirka 5z com>

	* src/graphing.c: fix typo (not adding a new string, in fact just
	  getting rid of a bad one, the good one is already in the
	  translations)

Mon Feb 02 23:59:28 2009  Jiri (George) Lebl <jirka 5z com>

	* po/cs.po: update




Modified:
   trunk/ChangeLog
   trunk/po/ChangeLog
   trunk/po/cs.po
   trunk/src/graphing.c

Modified: trunk/src/graphing.c
==============================================================================
--- trunk/src/graphing.c	(original)
+++ trunk/src/graphing.c	Tue Feb  3 06:00:52 2009
@@ -5408,7 +5408,8 @@
 
 	if (a[0] == NULL ||
 	    a[0]->type != FUNCTION_NODE) {
-		gel_errorout (_("%s: First argument must be functions"), "LinePlotCParametric");
+		gel_errorout (_("%s: First argument must be a function"),
+			      "LinePlotCParametric");
 		return NULL;
 	}
 



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