Closed (duplicate)
Project:
Image
Version:
5.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2007 at 17:01 UTC
Updated:
21 Nov 2007 at 20:30 UTC
I've been using localization and a custom language to translate the Thumbnail, Preview, and Original links under an image with success in previous versions of this module.
However, with the latest version, it seems a t is missing somewhere. I tried to fix it myself with limited success within function image_link around lines 422 and 429 to change 'title' => t($size['label']). This worked with all links EXCEPT 'Original' - (If that makes any sense?)
I wish I could help more, but maybe this will help someone more capable correct it.
Thanks - Herb
Comments
Comment #1
herb commentedJust an update.. My "fix" didn't totally work - I could only find and update Preview/edit and Thumbnail/edit which had repercussions elsewhere in the site - I also note that the current module has the first letter capitalized, while previous versions didn't, ie Original vs original etc. Searching for the Capitalized strings does not yield the image page display, just node/edit.
Comment #2
drewish commentedthere's an existing issue for this: http://drupal.org/node/70396