Closed (fixed)
Project:
Administration menu
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Oct 2007 at 12:31 UTC
Updated:
17 Nov 2007 at 18:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunyes, that was caused by the modularization of admin_menu_copy_items(). Since the menu item title is supplied as an argument to admin_menu_copy_items() now, we cannot use t() there the way it's intended to be used.
However, I've just found out, that t() does not strip any tokens (currently). So we are able to abuse t() a little bit and provide "Add !title" as a translatable string.
Please test attached patch and report back if it worked for you.
Comment #2
sunCommitted that patch.
Feel free to re-open this issue if you still encounter this bug after updating to the latest development snapshot (available in approx. 12 hours).
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.