[goffice] I18N Fix



commit c796fd2c799f0e8cb12f5ba77640ab8aa2b50035
Author: Marek Ä?ernocký <marek manet cz>
Date:   Sat Feb 5 19:47:47 2011 +0100

    I18N Fix

 goffice/graph/gog-series.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/graph/gog-series.c b/goffice/graph/gog-series.c
index ccadb40..f4c8740 100644
--- a/goffice/graph/gog-series.c
+++ b/goffice/graph/gog-series.c
@@ -509,7 +509,7 @@ gog_series_populate_editor (GogObject *gobj,
 	gtk_table_attach (table, gtk_hseparator_new (),
 		0, 2, row, row+1, GTK_FILL, 0, 0, 0);
 	row++;
-	w = gtk_check_button_new_with_mnemonic ("_Show in Legend");
+	w = gtk_check_button_new_with_mnemonic (_("_Show in Legend"));
 	gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (w),
 		gog_series_has_legend (series));
 	g_signal_connect (G_OBJECT (w),



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