Hi,
I use Drupal 5.18 and i wanted a simple gallery on my webpage. So i downloaded the Image-5.x-2.0 module. I thereafter translated using a norwegian .po file. Everything translated correctly except the title. It still says 'Image galleries'. I tried updating the string manually by searching for the string and editing it. I also tried the fix explained in this post:
This fix tells me to change line 169 of image_gallery.module from:
drupal_set_title($gallery->name);
To:
drupal_set_title(t($gallery->name));
Nothing helps. it still says Image galleries. Im gettin desperate trying to write over it physically on the screen:p
Best Regards,
Oddgeir Gitlestad
Comments
Comment #1
joachim commentedIf you have views installed then the title is set in views.
Comment #2
Rodjers commentedNo i dont have views module installed.
Comment #3
Rodjers commentedOk i solved the problem but not in a good way. i changed the page.tpl.php file directly. So instead of getting the title from a variable i hard coded the title i wanted in. Its no good solution but it works.
Comment #4
joachim commentedDuplicate of #274810: "Image galleries" vocabulary title - won't translate probably.