Renamed document page preview string

This commit is contained in:
Roberto Rosario
2011-04-21 01:04:20 -04:00
parent 9940787632
commit 8e68cb9caa

View File

@@ -111,7 +111,7 @@ class ImageWidget(forms.widgets.Widget):
output.append(u'</div>')
output.append(
u'<br /><span class="famfam active famfam-magnifier"></span>%s' %
ugettext(u'Click on the image for full size view'))
ugettext(u'Click on the image for full size preview'))
return mark_safe(u''.join(output))