GNOME Bugzilla – Bug 660634
Untranslated question in find-it type activities
Last modified: 2011-10-02 15:26:41 UTC
In the activities where the question is "Find ...", it is left untranslated. This should be fixed by translating the question after retrieving it from the config files (src/findit-activity/findit.py): self.question_text = _(load_common_prop(dataset, section, "questionText", ""))
Fixed in commit bb878a69