From 3261bb08b1e08171e3613b266627ff708c8e181c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 1 May 2011 04:40:02 -0400 Subject: [PATCH] Changed ugettext to ugettext_lazy, fixed a comment typo --- apps/tags/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tags/utils.py b/apps/tags/utils.py index 72b2115f4d..817f693440 100644 --- a/apps/tags/utils.py +++ b/apps/tags/utils.py @@ -1,11 +1,11 @@ -from django.utils.translation import ugettext as _ +from django.utils.translation import ugettext_lazy as _ from tags import tag_document_remove def get_tags_subtemplate(obj): """ - Return all the settings to render a subtemplate containing and + Return all the settings to render a subtemplate containing an object's tags """ return {