diff --git a/apps/documents/forms.py b/apps/documents/forms.py index f454f02fdd..c971553714 100644 --- a/apps/documents/forms.py +++ b/apps/documents/forms.py @@ -111,7 +111,7 @@ class ImageWidget(forms.widgets.Widget): output.append(u'') output.append( u'
%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))