[gnumeric] fix capitalization



commit 2d0aec3023bff13f518c373ff095931c836d542b
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Wed Jul 7 09:06:26 2010 -0600

    fix capitalization
    
    2010-07-07  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/sheet-control-gui.c (context_menu_handler): fix capitalization

 ChangeLog               |    4 ++++
 src/sheet-control-gui.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d2bdc7f..69b781e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-07  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/sheet-control-gui.c (context_menu_handler): fix capitalization
+
 2010-07-06  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* src/sheet-control-gui.c (context_menu_handler): make the items context
diff --git a/src/sheet-control-gui.c b/src/sheet-control-gui.c
index 24139aa..d6ae3ce 100644
--- a/src/sheet-control-gui.c
+++ b/src/sheet-control-gui.c
@@ -2215,7 +2215,7 @@ scg_context_menu (SheetControlGUI *scg, GdkEventButton *event,
 	}
 	if (!popup_elements[POPUPITEM_FORMAT].allocated_name && !full_sheet) {
 		char const *format;
-		format = ngettext ("_FORMAT %d Cell...", "_Format %d Cells", n_cells);
+		format = ngettext ("_Format %d Cell...", "_Format %d Cells", n_cells);
 		popup_elements[POPUPITEM_FORMAT].allocated_name = g_strdup_printf (format, n_cells);
 	}
 	



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