From f32ff6538a790057acfc11c5f78891ec4906688a Mon Sep 17 00:00:00 2001 From: Vincent Van Rossem Date: Tue, 8 Sep 2020 09:47:14 +0200 Subject: [PATCH] [12.0][FIX] beesdoo_shit[_attendance]: 'personal' takes one 'n' --- beesdoo_shift/i18n/fr_BE.po | 2 +- beesdoo_shift/i18n/nl_BE.po | 2 +- beesdoo_shift_attendance/l18n/fr_BE.po | 2 +- beesdoo_shift_attendance/l18n/nl_BE.po | 2 +- beesdoo_shift_attendance/wizard/validate_attendance_sheet.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/beesdoo_shift/i18n/fr_BE.po b/beesdoo_shift/i18n/fr_BE.po index 0f5d0a4..33b0e9a 100644 --- a/beesdoo_shift/i18n/fr_BE.po +++ b/beesdoo_shift/i18n/fr_BE.po @@ -182,7 +182,7 @@ msgstr "" #, python-format msgid "" "\n" -"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personnal informations.\n" +"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personal informations.\n" msgstr "" "\n" "%s a effectué son shift comme un shift normal mais n'était pas attendu(e). Veuillez vérifier son inscription à ce créneau.\n" diff --git a/beesdoo_shift/i18n/nl_BE.po b/beesdoo_shift/i18n/nl_BE.po index a8d5d9a..ef1d7ba 100644 --- a/beesdoo_shift/i18n/nl_BE.po +++ b/beesdoo_shift/i18n/nl_BE.po @@ -177,7 +177,7 @@ msgstr "\n" #: code:addons/custom/obeesdoo/beesdoo_shift/wizard/validate_attendance_sheet.py:49 #, python-format msgid "\n" -"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personnal informations.\n" +"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personal informations.\n" "" msgstr "\n" "%s voerde zijn shift uit als een normale shift, maar werd niet verwacht. Controleer zijn registratie voor dit tijdslot.\n" diff --git a/beesdoo_shift_attendance/l18n/fr_BE.po b/beesdoo_shift_attendance/l18n/fr_BE.po index 5684ce7..0beec92 100644 --- a/beesdoo_shift_attendance/l18n/fr_BE.po +++ b/beesdoo_shift_attendance/l18n/fr_BE.po @@ -109,7 +109,7 @@ msgstr "" #: code:addons/beesdoo_shift_attendance/wizard/validate_attendance_sheet.py:47 #, python-format msgid "\n" -"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personnal informations.\n" +"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personal informations.\n" " " msgstr "%s a effectué son shift comme un shift normal mais n'était pas attendu(e). Veuillez vérifier son inscription à ce créneau." diff --git a/beesdoo_shift_attendance/l18n/nl_BE.po b/beesdoo_shift_attendance/l18n/nl_BE.po index f9c9808..0aabfaa 100644 --- a/beesdoo_shift_attendance/l18n/nl_BE.po +++ b/beesdoo_shift_attendance/l18n/nl_BE.po @@ -109,7 +109,7 @@ msgstr "" #: code:addons/beesdoo_shift_attendance/wizard/validate_attendance_sheet.py:47 #, python-format msgid "\n" -"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personnal informations.\n" +"%s attended its shift as a normal one but was not expected. Something may be wrong in his/her personal informations.\n" " " msgstr "%s voerde zijn shift uit als een normale shift, maar werd niet verwacht. Controleer zijn registratie voor dit tijdslot." diff --git a/beesdoo_shift_attendance/wizard/validate_attendance_sheet.py b/beesdoo_shift_attendance/wizard/validate_attendance_sheet.py index 3e417e2..1751f04 100644 --- a/beesdoo_shift_attendance/wizard/validate_attendance_sheet.py +++ b/beesdoo_shift_attendance/wizard/validate_attendance_sheet.py @@ -47,7 +47,7 @@ class ValidateAttendanceSheet(models.TransientModel): _( "\n%s attended its shift as a normal one but was " "not expected. Something may be wrong in his/her " - "personnal informations.\n " + "personal informations.\n " ) % added_shift.worker_id.name )