1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Correct "payed" --> "paid" typo. Fix #60. See #48 for spelling mistakes and typos

This commit is contained in:
Arnaud Bos 2011-11-01 13:07:32 +01:00
parent 7f805b63ca
commit d1b641b45e
4 changed files with 5 additions and 11 deletions

View file

@ -102,7 +102,7 @@ class BillForm(Form):
date = DateField(_("Date"), validators=[Required()], default=datetime.now)
what = TextField(_("What?"), validators=[Required()])
payer = SelectField(_("Payer"), validators=[Required()], coerce=int)
amount = DecimalField(_("Amount payed"), validators=[Required()])
amount = DecimalField(_("Amount paid"), validators=[Required()])
payed_for = SelectMultipleField(_("For whom?"),
validators=[Required()], widget=select_multi_checkbox, coerce=int)
submit = SubmitField(_("Send the bill"))

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2011-11-01 12:48+0100\n"
"POT-Creation-Date: 2011-11-01 13:04+0100\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"
@ -78,7 +78,7 @@ msgid "Payer"
msgstr ""
#: forms.py:105
msgid "Amount payed"
msgid "Amount paid"
msgstr ""
#: forms.py:106 templates/list_bills.html:98

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2011-11-01 12:48+0100\n"
"POT-Creation-Date: 2011-11-01 13:04+0100\n"
"PO-Revision-Date: 2011-10-14 23:51+0200\n"
"Last-Translator: Alexis Métaireau <alexis@notmyidea.org>\n"
"Language-Team: fr <LL@li.org>\n"
@ -82,7 +82,7 @@ msgid "Payer"
msgstr "Payeur"
#: forms.py:105
msgid "Amount payed"
msgid "Amount paid"
msgstr "Montant"
#: forms.py:106 templates/list_bills.html:98
@ -449,9 +449,3 @@ msgstr "sauter cette étape"
msgid "and notify them yourself"
msgstr "et les notifier vous même"
#~ msgid "Add a member"
#~ msgstr "Ajouter un membre"
#~ msgid "Add a new user"
#~ msgstr "Ajouter un membre"