--- image_gallery.module 2009-06-16 10:15:47.000000000 +0200 +++ image_gallery_new.module 2009-06-16 11:11:32.000000000 +0200 @@ -395,8 +395,8 @@ function theme_image_gallery($galleries, if ($gallery->count) { $content .= l(image_display($gallery->latest, IMAGE_THUMBNAIL), 'image/tid/'. $gallery->tid, array('html' => TRUE)); } - $content .= "

". l($gallery->name, 'image/tid/'. $gallery->tid) ."

\n"; - $content .= '
'. check_markup($gallery->description) ."
\n"; + $content .= "

". l(t($gallery->name), 'image/tid/'. $gallery->tid) ."

\n"; + $content .= '
'. check_markup(t($gallery->description)) ."
\n"; $content .= '

'. format_plural($gallery->count, 'There is 1 image in this gallery.', 'There are @count images in this gallery.') ."

\n"; if ($gallery->latest->changed) { $content .= '

'. t('Last updated: %date', array('%date' => format_date($gallery->latest->changed))) ."

\n";