[imp] imp compose.inc "underscores in names"
markus
freaked at gmx.at
Thu Apr 1 03:06:12 PST 2004
Hi all,
using the latest im checkout, I just fixed a bug in my german version of
horde/imp.
The menu items showed up in english instead of german in my compose
window. I followed this up and figured out that there are strange "_" in
the item names, so the translation doesn't work anymore.
Here I listed the items ( horde/imp/templates/compose/compose.inc )
<?php echo Menu::createItem('', _("_Address Book"), ....
<?php echo Menu::createItem('', _("_Expand Names"), ....
<?php echo Menu::createItem('', _("Spell Chec_k"), ...
<?php echo Menu::createItem('', _("Specia_l ...
<?php echo Menu::createItem('', _("Attach_ments"), ...
I thought you may like to know
markus
More information about the imp
mailing list