goffice r2100 - trunk/plugins/plot_boxes



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

Log:
fixed typo.


Modified:
   trunk/plugins/plot_boxes/gog-boxplot.c

Modified: trunk/plugins/plot_boxes/gog-boxplot.c
==============================================================================
--- trunk/plugins/plot_boxes/gog-boxplot.c	(original)
+++ trunk/plugins/plot_boxes/gog-boxplot.c	Fri May 30 18:38:05 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]