[gnumeric] Fixed I18N



commit 6000083a55b7c0327eabd1784649e12bdef12316
Author: Marek Ä?ernocký <marek manet cz>
Date:   Tue Mar 8 09:00:13 2011 +0100

    Fixed I18N

 src/dialogs/dialog-printer-setup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/dialog-printer-setup.c b/src/dialogs/dialog-printer-setup.c
index 216e3d2..12fd1a4 100644
--- a/src/dialogs/dialog-printer-setup.c
+++ b/src/dialogs/dialog-printer-setup.c
@@ -1648,7 +1648,7 @@ hf_attach_insert_cell_menu (GtkMenuToolButton *button, HFCustomizeState* hf_stat
 
 	menu = gtk_menu_new ();
 
-	item = gtk_menu_item_new_with_label (("A1 (first cell of the page area)"));
+	item = gtk_menu_item_new_with_label (_("A1 (first cell of the page area)"));
 	g_signal_connect
 		(G_OBJECT (item),
 		 "activate", G_CALLBACK (hf_insert_cell_cb), hf_state);
@@ -1662,7 +1662,7 @@ hf_attach_insert_cell_menu (GtkMenuToolButton *button, HFCustomizeState* hf_stat
 	g_object_set_data_full (G_OBJECT (item), "options", g_strdup("$A$1"), g_free);
 	gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
 
-	item = gtk_menu_item_new_with_label (("First Printed Cell Of The Page)"));
+	item = gtk_menu_item_new_with_label (_("First Printed Cell Of The Page"));
 	g_signal_connect
 		(G_OBJECT (item),
 		 "activate", G_CALLBACK (hf_insert_cell_cb), hf_state);



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