goffice r2101 - branches/goffice-0-6/plugins/plot_boxes



Author: jbrefort
Date: Fri May 30 18:39:32 2008
New Revision: 2101
URL: http://svn.gnome.org/viewvc/goffice?rev=2101&view=rev

Log:
fixed typo.


Modified:
   branches/goffice-0-6/plugins/plot_boxes/gog-boxplot.c

Modified: branches/goffice-0-6/plugins/plot_boxes/gog-boxplot.c
==============================================================================
--- branches/goffice-0-6/plugins/plot_boxes/gog-boxplot.c	(original)
+++ branches/goffice-0-6/plugins/plot_boxes/gog-boxplot.c	Fri May 30 18:39:32 2008
@@ -379,7 +379,7 @@
 	g_object_class_install_property (gobject_klass, BOX_PLOT_PROP_RADIUS_RATIO,
 		g_param_spec_double ("radius-ratio", 
 			_("Radius ratio"),
-			_("The ratio between the radius of the circles representing outliers and the rectangls widths"),
+			_("The ratio between the radius of the circles representing outliers and the rectangle width"),
 			0., 0.5, 0.125, 
 			GSF_PARAM_STATIC | G_PARAM_READWRITE | GOG_PARAM_PERSISTENT));
 



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