diff --git a/ChangeLog b/ChangeLog index f0dd36a7a..3fefcb839 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-03-05 Jerome Rapinat + * src/plugins/DateParserDisplayTest.py: allow to translate QuestionDialog + 2008-03-05 Douglas S. Blank * src/docgen/TextBufDoc.py: fixed translations of Quick View * src/plugins/References.py: fixed translations of ref types diff --git a/src/plugins/DateParserDisplayTest.py b/src/plugins/DateParserDisplayTest.py index 0118ad3e4..0e2ad3e40 100644 --- a/src/plugins/DateParserDisplayTest.py +++ b/src/plugins/DateParserDisplayTest.py @@ -59,7 +59,7 @@ class DateParserDisplayTest(Tool.Tool): Tool.Tool.__init__(self, dbstate, options_class, name) if uistate: # Running with gui -> Show message - QuestionDialog("Start date test?","This test will create many persons and events in the current database. Do you really want to run this test?","Run test",self.run_tool) + QuestionDialog(_("Start date test?"),_("This test will create many persons and events in the current database. Do you really want to run this test?"),_("Run test"),self.run_tool) else: self.run_tool()