Too much was marked for translation this gettext message.

Thanks for catching AVRS!
This commit is contained in:
Christopher Allan Webber 2012-09-24 14:00:00 -05:00
parent 2b28f95b31
commit a648102890

View File

@ -284,7 +284,9 @@ def edit_collection(request, collection):
if existing_collection and existing_collection.id != collection.id:
messages.add_message(
request, messages.ERROR, _('You already have a collection called "%s"!' % request.POST['title']))
request, messages.ERROR,
_('You already have a collection called "%s"!') % \
request.POST['title'])
elif slug_used:
form.slug.errors.append(
_(u'A collection with that slug already exists for this user.'))