[goffice] I18N Fix
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] I18N Fix
- Date: Sat, 5 Feb 2011 18:48:37 +0000 (UTC)
commit d1416c0568de767ac81d8a87cf1d48fcaeb43117
Author: Marek Ä?ernocký <marek manet cz>
Date: Sat Feb 5 19:47:59 2011 +0100
I18N Fix
goffice/graph/gog-trend-line.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/graph/gog-trend-line.c b/goffice/graph/gog-trend-line.c
index 39e6829..bd9c8a8 100644
--- a/goffice/graph/gog-trend-line.c
+++ b/goffice/graph/gog-trend-line.c
@@ -96,7 +96,7 @@ gog_trend_line_populate_editor (GogObject *gobj,
gtk_widget_show_all (box);
go_editor_add_page (editor, box, _("Legend"));
}
- 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_trend_line_has_legend (line));
g_signal_connect (G_OBJECT (w),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]