Typo in mp_products.admin.inc
wildkatana - May 26, 2009 - 15:55
| Project: | Ubercart Marketplace |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

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