Closed (fixed)
Project:
String Overrides
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2009 at 19:13 UTC
Updated:
7 Jan 2010 at 18:50 UTC
Over on the forums raidorf posted a core hack for translating "enabled/disabled/missing" on the admin/build/modules to "Y/N/M".
http://drupal.org/node/666704#comment-2403350
It seemed that String Overrides should work for this, but it doesn't. I was able to override the column header "Enabled", but not "enabled" (or disabled/missing) in the description column. The code in system.admin.inc does include a span in the t() function. Is that the problem ?
Any way to make this work ?
Comments
Comment #1
dave reidYes, you need to include all the text in the original t() function, even markup if its included.