Closed (fixed)
Project:
Node Reference URL Widget
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 17:16 UTC
Updated:
21 Jan 2010 at 00:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThis is not possible in the current version of Node Reference URL Widget. I've applied this patch that will run the link titles through t() before they are displayed. Generally running dynamic strings through t() is frowned upon, but CCK uses the same approach when dealing with form element labels. Considering this text will hardly ever change and it is likely to be a central piece of functionality, I think this qualifies for the same treatment.