"Select from address book." string is not printed always with t(). Around line 70 this string is printed two times (into a "title" and into an "alt" tag).

74,75c74,75
<                 .'/images/address_book.gif" alt="Select from address book.") '
<                 .'title="Select from address book." onclick="load_address_select('. $arg1['order_uid']['#value'] .', \'#delivery_address_select\', \'delivery\');" '
---
>                 .'/images/address_book.gif" alt="' . t("Select from address book.") . '") '
>                 .'title="' . t("Select from address book.") . '" onclick="load_address_select('. $arg1['order_uid']['#value'] .', \'#delivery_address_select\', \'delivery\');" '

Comments

rszrama’s picture

Status: Active » Fixed

Committed, thanks.

FiNeX’s picture

Thank you :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.