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 | 470e4acc04bb0d76fe9968fc91da17f037a33cc5 (patch) | |
tree | 6585b6bf56e0cef9f2de02c01a487b52064e18da /archaeological_operations/forms.py | |
parent | f9b40564a6abf76a1bdb016c6061a7679430ca1b (diff) | |
download | Ishtar-470e4acc04bb0d76fe9968fc91da17f037a33cc5.tar.bz2 Ishtar-470e4acc04bb0d76fe9968fc91da17f037a33cc5.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() ) |