diff --git a/problem_builder/translations/fr/LC_MESSAGES/text.mo b/problem_builder/translations/fr/LC_MESSAGES/text.mo index 1b790af7..984f6d4b 100644 Binary files a/problem_builder/translations/fr/LC_MESSAGES/text.mo and b/problem_builder/translations/fr/LC_MESSAGES/text.mo differ diff --git a/problem_builder/translations/fr/LC_MESSAGES/text.po b/problem_builder/translations/fr/LC_MESSAGES/text.po index 543c009b..669e8c93 100644 --- a/problem_builder/translations/fr/LC_MESSAGES/text.po +++ b/problem_builder/translations/fr/LC_MESSAGES/text.po @@ -1492,7 +1492,7 @@ msgstr "" #: templates/html/mentoring.html:39 #: templates/html/mentoring_with_steps.html:20 msgid "Submit" -msgstr "Envoyez" +msgstr "Soumettre" #: templates/html/mentoring.html:47 #: templates/html/mentoring_with_steps.html:31 diff --git a/problem_builder/translations/fr_CA/LC_MESSAGES/text.mo b/problem_builder/translations/fr_CA/LC_MESSAGES/text.mo index 3ed0bb80..5dcb7ac7 100644 Binary files a/problem_builder/translations/fr_CA/LC_MESSAGES/text.mo and b/problem_builder/translations/fr_CA/LC_MESSAGES/text.mo differ diff --git a/setup.py b/setup.py index be75e3cc..2e833822 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # Constants ######################################################### -VERSION = '3.4.11' +VERSION = '3.4.12' # Functions #########################################################