Changed "has description" to "description" in Tag.has_description method description.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 4 Sep 2008 11:17:43 +0000 (13:17 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 4 Sep 2008 11:17:43 +0000 (13:17 +0200)
catalogue/models.py

index 1e54ffe..9f035b5 100644 (file)
@@ -42,7 +42,7 @@ class Tag(TagBase):
     
     def has_description(self):
         return len(self.description) > 0
     
     def has_description(self):
         return len(self.description) > 0
-    has_description.short_description = _('Has description')
+    has_description.short_description = _('description')
     has_description.boolean = True
 
     @permalink
     has_description.boolean = True
 
     @permalink