Text string tweaks as per translation discussions. Thanks to Berny.

This commit is contained in:
Roberto Rosario
2015-08-20 14:41:00 -04:00
parent 75764fd482
commit 93553e84c2
7 changed files with 20 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ def comment_delete(request, comment_id=None, comment_id_list=None):
)
if not comments:
messages.error(request, _('Must provide at least one comment.'))
messages.error(request, _('At least one comment must be selected.'))
return HttpResponseRedirect(
request.META.get(
'HTTP_REFERER', reverse(settings.LOGIN_REDIRECT_URL)