From: yomguy Date: Wed, 22 Jun 2011 16:48:33 +0000 (+0200) Subject: fix message on collection delete X-Git-Tag: 1.1~74 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6082da92905b1d599c2ebc47a526cc056d43ca74;p=telemeta.git fix message on collection delete --- diff --git a/telemeta/templates/telemeta_default/collection_detail.html b/telemeta/templates/telemeta_default/collection_detail.html index 8e8f4dab..698e0203 100644 --- a/telemeta/templates/telemeta_default/collection_detail.html +++ b/telemeta/templates/telemeta_default/collection_detail.html @@ -202,7 +202,7 @@ {% block deleteitem %} {% if user.is_authenticated and perms.telemeta.delete_mediacollection %} - {% trans "Delete" %} {% endif %}