--- gallery_assist.module 2010-09-24 23:48:58.000000000 +0200 +++ gallery_assist.module_2 2010-09-24 23:51:52.000000000 +0200 @@ -3807,7 +3807,7 @@ function theme_gallery_assist_pager($nod function gallery_assist_prepare_thms($item = array(), $conf = array()) { $title = $item->ptitle; - $title .= $item->copyright ? ' | (c)' . $item->copyright : ''; + $title .= $item->copyright ? ' | © ' . $item->copyright : ''; if (module_exists('imagecache') && $conf['use_imagecache'] == 1) { $my_img = theme('imagecache', $conf['thm_presetname'], $item->opath, $item->palt, $title, $item->my_img_attr, FALSE);