Fixup _("...") % (...) in media_collect.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 24 Feb 2013 17:30:26 +0000 (18:30 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 1 Mar 2013 21:07:12 +0000 (22:07 +0100)
commit918d811a78839ba156a88a15dd115ce924ea5553
tree5f7ee8c6f6fbf29ed4147ad011ef94f434d7e00a
parent42de9886cfbf979da5bdf88e0079c4ed05ff6688
Fixup _("...") % (...) in media_collect.

Get some messages translated.

Bad:  _("..." % (...))
Good: _("...") % (...)
mediagoblin/user_pages/views.py