Closed (fixed)
Project:
Ubercart Addresses
Version:
5.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jun 2008 at 09:48 UTC
Updated:
22 Jun 2008 at 15:29 UTC
in uc_address.module, line309:
array('!here' => l('here', 'user/'. $user->uid . '/addresses')));
it'll be better if is:
array('!here' => l(t('here'), 'user/'. $user->uid . '/addresses')));
in uc_addresses_address_pane, line 82:
'#title' => 'Default address',
should be:
'#title' => t('Default address'),
Comments
Comment #1
freixas commentedThanks!
Fixed in RC3.
Comment #2
freixas commentedFix is in 5.x-1.x-rc3.