summaryrefslogtreecommitdiff
path: root/apps/photos/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/photos/models.py')
-rw-r--r--apps/photos/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/photos/models.py b/apps/photos/models.py
index 73098b3..a157c6e 100644
--- a/apps/photos/models.py
+++ b/apps/photos/models.py
@@ -138,6 +138,7 @@ class PhotoGallery(models.Model):
class Meta:
ordering = ('id',)
+ verbose_name_plural = 'Photo Galleries'
def __unicode__(self):
return self.set_title