diff --git a/tabellio/quiz/form.py b/tabellio/quiz/form.py index 0ad87af..c228d00 100644 --- a/tabellio/quiz/form.py +++ b/tabellio/quiz/form.py @@ -79,7 +79,7 @@ class EffectiveQuizForm(form.Form): template = ViewPageTemplateFile('form_templates/view_effectivequiz.pt') - @button.buttonAndHandler(_(u'Submit')) + @button.buttonAndHandler(_(u'Check my Answers')) def handleApply(self, action): return diff --git a/tabellio/quiz/locales/fr/LC_MESSAGES/tabellio.quiz.po b/tabellio/quiz/locales/fr/LC_MESSAGES/tabellio.quiz.po index 70edcfd..43b92b0 100644 --- a/tabellio/quiz/locales/fr/LC_MESSAGES/tabellio.quiz.po +++ b/tabellio/quiz/locales/fr/LC_MESSAGES/tabellio.quiz.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2011-10-31 17:36+0000\n" +"POT-Creation-Date: 2011-11-30 19:15+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,9 +18,9 @@ msgstr "" msgid "A quiz" msgstr "Un quiz" -#: ./form.py:96 -msgid "Congrats, you know all about us!" -msgstr "Félicitations, vous connaissez tout de nous !" +#: ./form.py:82 +msgid "Check my Answers" +msgstr "Vérifier mes réponses" #: ./form.py:29 msgid "Description" @@ -34,14 +34,6 @@ msgstr "Questions" msgid "Quiz" msgstr "Quiz" -#: ./form.py:93 -msgid "Some errors, somewhere..." -msgstr "Il y a des erreurs, quelque part..." - -#: ./form.py:84 -msgid "Submit" -msgstr "Envoyer" - #: ./form.py:28 msgid "Title" msgstr "Titre"