Closed (fixed)
Project:
Read More Link (Drupal 6 and earlier)
Version:
6.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2009 at 10:02 UTC
Updated:
7 Oct 2009 at 20:20 UTC
I've just installed the last dev version of this useful module. It is possible to change words "Read more" to whatever you want on '/admin/settings/ed_readmore'. However, I have multi-language Drupal installation and really need this expression to be translatable.
Comments
Comment #1
todd nienkerk commentedI committed a possible fix to 6.x-5.x-dev. Thanks for the suggestion!
Comment #2
mentat.fr commentedMany Thanks Todd, it's exactly what I miss !
Comment #3
dboulet commentedThe committed fix was to wrap the variable in the
t()function, which is definitely not the right way to fix this, and is discouraged. Instead your site can be configured to use 'ed_readmore_title' as a multilingual variable.