diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-22 15:47:13 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-22 15:47:13 +0100 |
commit | fd071daaa94d43ece78f93f1fabdfca3f127962b (patch) | |
tree | 6585b6bf56e0cef9f2de02c01a487b52064e18da /archaeological_operations/forms.py | |
parent | 4de855e5f16f1911272080f6a99a36d151b685ba (diff) | |
download | Ishtar-fd071daaa94d43ece78f93f1fabdfca3f127962b.tar.bz2 Ishtar-fd071daaa94d43ece78f93f1fabdfca3f127962b.zip |
Update translations
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 7cc5632d8..c51616e21 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1277,7 +1277,7 @@ class SiteFormSelection(IshtarForm): @classmethod def form_label(cls): - return unicode(_(u"{} search")).format( + return unicode(_(u"{} search")).format( get_current_profile().get_site_label() ) |