aboutsummaryrefslogtreecommitdiff
path: root/budget
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@notmyidea.org>2017-06-21 02:03:06 +0200
committerAlexis Métaireau <alexis@notmyidea.org>2017-06-21 02:03:06 +0200
commitc0e872f01aab79bff8bbd4ff9af6787c36445038 (patch)
tree20ec79829ea520180b57a30b77f3694fe0f4e4f6 /budget
parent9dd6a6d18ff86e0743ef1f124ccc26d56a6b7466 (diff)
downloadihatemoney-mirror-c0e872f01aab79bff8bbd4ff9af6787c36445038.zip
ihatemoney-mirror-c0e872f01aab79bff8bbd4ff9af6787c36445038.tar.gz
ihatemoney-mirror-c0e872f01aab79bff8bbd4ff9af6787c36445038.tar.bz2
Rename delete to deactivate for members. Fixes #177
Diffstat (limited to 'budget')
-rw-r--r--budget/templates/list_bills.html2
-rw-r--r--budget/translations/fr/LC_MESSAGES/messages.mobin8226 -> 8265 bytes
-rw-r--r--budget/translations/fr/LC_MESSAGES/messages.po4
3 files changed, 5 insertions, 1 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index a9af4de..4029bc9 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -66,7 +66,7 @@
{% if member.activated %}
<td>
<form class="action delete" action="{{ url_for(".remove_member", member_id=member.id) }}" method="POST">
- <button type="submit">{{ _("delete") }}</button></form>
+ <button type="submit">{{ _("deactivate") }}</button></form>
<form class="action edit" action="{{ url_for(".edit_member", member_id=member.id) }}" method="GET">
<button type="submit">{{ _("edit") }}</button></form>
</td>
diff --git a/budget/translations/fr/LC_MESSAGES/messages.mo b/budget/translations/fr/LC_MESSAGES/messages.mo
index c824b18..b8b2a74 100644
--- a/budget/translations/fr/LC_MESSAGES/messages.mo
+++ b/budget/translations/fr/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/budget/translations/fr/LC_MESSAGES/messages.po b/budget/translations/fr/LC_MESSAGES/messages.po
index 609846f..2c2cb4a 100644
--- a/budget/translations/fr/LC_MESSAGES/messages.po
+++ b/budget/translations/fr/LC_MESSAGES/messages.po
@@ -291,6 +291,10 @@ msgstr "Annuler"
msgid "Edit the project"
msgstr "Éditer le projet"
+#: templates/list_bills.html:70
+msgid "deactivate"
+msgstr "désactiver"
+
#: templates/forms.html:69 templates/list_bills.html:70
#: templates/list_bills.html:114
msgid "delete"