Mark "Collection" for translation in media_collect.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 5 Feb 2013 15:25:19 +0000 (16:25 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 5 Feb 2013 15:25:19 +0000 (16:25 +0100)
mediagoblin/user_pages/forms.py

index c7398d84e8a0898a44f3845221a7d8cb7dd9d117..e9746a6caa1aa88e7f466edb28c49f0fdae0bd89 100644 (file)
@@ -35,7 +35,9 @@ class ConfirmCollectionItemRemoveForm(wtforms.Form):
         _('I am sure I want to remove this item from the collection'))
 
 class MediaCollectForm(wtforms.Form):
-    collection = QuerySelectField(allow_blank=True, blank_text=_('-- Select --'), get_label='title',)
+    collection = QuerySelectField(
+        _('Collection'),
+        allow_blank=True, blank_text=_('-- Select --'), get_label='title',)
     note = wtforms.TextAreaField(
         _('Include a note'),
         [wtforms.validators.Optional()],)