[goffice] one more string fix



commit 927fc1deda8d85ebac51afb6db43c3846e3484f7
Author: Jean Brefort <jean brefort normalesup org>
Date:   Wed Sep 30 06:34:46 2009 +0200

    one more string fix

 goffice/canvas/goc-line.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/canvas/goc-line.c b/goffice/canvas/goc-line.c
index 044591d..fbd5bb0 100644
--- a/goffice/canvas/goc-line.c
+++ b/goffice/canvas/goc-line.c
@@ -283,7 +283,7 @@ goc_line_class_init (GocItemClass *item_klass)
 	g_object_class_install_property (obj_klass, LINE_PROP_ARROWHEAD,
 		g_param_spec_boolean ("arrowhead",
 			_("Arrow head"),
-			_("Whether to add an arrow head at the end of the line or not"),
+			_("Whether to add an arrow head at the end of the line"),
 			FALSE,
 			GSF_PARAM_STATIC | G_PARAM_READWRITE));
 	g_object_class_install_property (obj_klass, LINE_PROP_ARROW_SHAPE_A,



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