[gnumeric] I18N fixing
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnumeric] I18N fixing
- Date: Tue,  8 Mar 2011 15:33:57 +0000 (UTC)
commit be6cd70741bda19aa2be34e11ef3c366b1c0484c
Author: Marek Ä?ernocký <marek manet cz>
Date:   Tue Mar 8 16:33:45 2011 +0100
    I18N fixing
 src/print.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/print.c b/src/print.c
index c5b55c8..14fef7a 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1408,7 +1408,7 @@ gnm_create_widget_cb (GtkPrintOperation *operation, gpointer user_data)
 	gtk_table_attach (GTK_TABLE (table), button_ignore_page_breaks, 1, 7, 7, 8,
 		  GTK_EXPAND | GTK_FILL,GTK_SHRINK | GTK_FILL,5,5);
 
-	button_ignore_page_breaks = gtk_check_button_new_with_mnemonic ("Ignore all _manual page breaks");
+	button_ignore_page_breaks = gtk_check_button_new_with_mnemonic (_("Ignore all _manual page breaks"));
 	gtk_table_attach (GTK_TABLE (table), button_ignore_page_breaks, 1, 7, 8, 9,
 		  GTK_EXPAND | GTK_FILL,GTK_SHRINK | GTK_FILL,0,0);
 	gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button_ignore_page_breaks), TRUE);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]