diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-04-07 11:47:45 +0200 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-04-07 11:47:45 +0200 |
commit | a052e4b18b78ce11185bef4eca21fd792f47cabf (patch) | |
tree | df642def0ab9832e467aa9c553aee02268af90ce /archaeological_finds | |
parent | 05ae4d517a1b90cc0a71e1aee86d3057a2d4f6e0 (diff) | |
download | Ishtar-a052e4b18b78ce11185bef4eca21fd792f47cabf.tar.bz2 Ishtar-a052e4b18b78ce11185bef4eca21fd792f47cabf.zip |
Update labels
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/models_treatments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index de114f582..d3e18122c 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -628,7 +628,7 @@ class TreatmentFileSource(Source): verbose_name_plural = _(u"Treatment request documentations") permissions = ( ("view_filetreatmentsource", - ugettext(u"Can view all Treatment request sources")), + ugettext(u"Can view Treatment request source")), ("add_filetreatmentsource", ugettext(u"Can add Treatment request source")), ("change_filetreatmentsource", |