change button label

This commit is contained in:
Frédéric Péters 2011-11-30 20:16:29 +01:00
parent 31596802eb
commit 3e27813175
2 changed files with 5 additions and 13 deletions

View File

@ -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

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"