This is a T() patch for uc_order.module

CommentFileSizeAuthor
t.uc_order.module.patch14.08 KBthenorman

Comments

Island Usurper’s picture

Status: Needs review » Needs work

Attachment is broken.

tr’s picture

Status: Needs work » Closed (works as designed)

Even though the above link is broken, I was able to download the patch using wget http://drupal.org/files/issues/t.uc_order.module.patch.

After reviewing, I see that almost all of the changes involve wrapping t() around the 'title' and 'description' values defined in hook_menu(). This is a wrong use of t(), as neither of these is supposed to be wrapped in t() in Drupal 6. The remainder of the changes are EALL fixes, which are an entirely different issue than the stated topic and which is properly the subject of another issue http://drupal.org/node/507238

Hence, I'm marking the t() issue as "by design" since the absence of t() on those fields is correct.