mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Changed word 'Godfather' to 'Family'
This commit is contained in:
parent
6390c3320e
commit
707459acd6
@ -202,7 +202,7 @@ class UserTabsMixin(TabedViewMixin):
|
|||||||
"core:user_godfathers", kwargs={"user_id": self.object.id}
|
"core:user_godfathers", kwargs={"user_id": self.object.id}
|
||||||
),
|
),
|
||||||
"slug": "godfathers",
|
"slug": "godfathers",
|
||||||
"name": _("Godfathers"),
|
"name": _("Family"),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
tab_list.append(
|
tab_list.append(
|
||||||
@ -474,7 +474,7 @@ class UserGodfathersTreePictureView(CanViewMixin, DetailView):
|
|||||||
if self.param == "godchildren":
|
if self.param == "godchildren":
|
||||||
self.graph.graph_attr["label"] = _("Godchildren")
|
self.graph.graph_attr["label"] = _("Godchildren")
|
||||||
elif self.param == "godfathers":
|
elif self.param == "godfathers":
|
||||||
self.graph.graph_attr["label"] = _("Godfathers")
|
self.graph.graph_attr["label"] = _("Family")
|
||||||
else:
|
else:
|
||||||
self.graph.graph_attr["label"] = _("Family")
|
self.graph.graph_attr["label"] = _("Family")
|
||||||
img = self.graph.draw(format="png", prog="dot")
|
img = self.graph.draw(format="png", prog="dot")
|
||||||
|
@ -3244,8 +3244,8 @@ msgstr "Voir une image de la famille"
|
|||||||
|
|
||||||
#: core/templates/core/user_godfathers.jinja:12 core/views/user.py:205
|
#: core/templates/core/user_godfathers.jinja:12 core/views/user.py:205
|
||||||
#: core/views/user.py:477
|
#: core/views/user.py:477
|
||||||
msgid "Godfathers"
|
msgid "Family"
|
||||||
msgstr "Parrains"
|
msgstr "Famille"
|
||||||
|
|
||||||
#: core/templates/core/user_godfathers.jinja:20
|
#: core/templates/core/user_godfathers.jinja:20
|
||||||
msgid "Show ancestors tree"
|
msgid "Show ancestors tree"
|
||||||
|
Loading…
Reference in New Issue
Block a user