Posted by wildkatana on May 26, 2009 at 3:55pm
Jump to:
| Project: | Ubercart Marketplace |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
In the user screen under the 'Selling' tab, it reads 'Click here to orders your orders.' This should be 'Click here to view your orders.'
Change mp_products.admin.inc line 17 from
$output .= l(t('Click here to orders your orders.'), 'user/'. $user->uid .'/selling/fulfill') .'
';
to
$output .= l(t('Click here to view your orders.'), 'user/'. $user->uid .'/selling/fulfill') .'
';
Easy fix but wanted to mention it here so it can be put in and I don't have to change it manually every time I update. Thanks Turgrid!
Sincerely,
Leighton Whiting
Comments
#1
Fixed.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.