[gcompris] findit: fixed missing gettext call for the question.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] findit: fixed missing gettext call for the question.
- Date: Sun, 2 Oct 2011 15:25:08 +0000 (UTC)
commit bb878a690c794b8229cbc81d2fb9b2fe40c78d18
Author: Claude Paroz <claude 2xlibre net>
Date: Sun Oct 2 17:23:27 2011 +0200
findit: fixed missing gettext call for the question.
fixes bug:
https://bugzilla.gnome.org/show_bug.cgi?id=660634
src/findit-activity/findit.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/findit-activity/findit.py b/src/findit-activity/findit.py
index bd141c8..1b6601c 100644
--- a/src/findit-activity/findit.py
+++ b/src/findit-activity/findit.py
@@ -409,7 +409,7 @@ class finditDataSetLevel:
load_common_prop(dataset, section, "questionPosition", "").split(','))
try:
- self.question_text = load_common_prop(dataset, section, "questionText", "")
+ self.question_text = _( load_common_prop(dataset, section, "questionText", "") )
except:
self.question_text = None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]