[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:27:45 +0000 (UTC)
commit a1de332311a3297eec6bf60274dfc642ac9acc20
Author: Marek Ä?ernocký <marek manet cz>
Date: Sat Feb 5 19:26:17 2011 +0100
I18N Fix
goffice/graph/gog-error-bar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/graph/gog-error-bar.c b/goffice/graph/gog-error-bar.c
index 4983873..b2ae3ec 100644
--- a/goffice/graph/gog-error-bar.c
+++ b/goffice/graph/gog-error-bar.c
@@ -290,7 +290,7 @@ gog_error_bar_prefs (GogSeries *series,
gtk_list_store_append (list, &iter);
gtk_list_store_set (list, &iter,
0, pixbuf,
- 1, display_combo_desc[i].label,
+ 1, _(display_combo_desc[i].label),
2, display_combo_desc[i].display,
-1);
g_object_unref (pixbuf);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]