[gnumeric] Grammar...



commit 07ca3e6c398006025c17ffc12fa28b3093260787
Author: Andreas J. Guelzow <aguelzow opteron2 lab math concordia ab ca>
Date:   Thu Oct 29 10:28:49 2009 -0600

    Grammar...
    
    2009-10-29  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/sheet.c (gnm_sheet_class_init): correct English grammar

 ChangeLog   |    4 ++++
 src/sheet.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6a8859a..33ac5e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-29  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/sheet.c (gnm_sheet_class_init): correct English grammar
+
 2009-10-29  Jean Brefort  <jean brefort normalesup org>
 
 	* src/gnm-pane-impl.h: fixed graph object size issues. [#599887]
diff --git a/src/sheet.c b/src/sheet.c
index 28ff4a6..1255851 100644
--- a/src/sheet.c
+++ b/src/sheet.c
@@ -806,7 +806,7 @@ gnm_sheet_class_init (GObjectClass *gobject_class)
 
         g_object_class_install_property (gobject_class, PROP_SHEET_TYPE,
 		 g_param_spec_enum ("sheet-type", _("Sheet Type"),
-				    _("How type of sheet this is."),
+				    _("Which type of sheet this is."),
 				    GNM_SHEET_TYPE_TYPE,
 				    GNM_SHEET_DATA,
 				    GSF_PARAM_STATIC |



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