Using admin>tools>developers tool kit, I found these instances of "lbs".
In includes/languages/english.php
Code:
Line #392 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
Line #395 : define('TEXT_SHIPPING_WEIGHT','lbs');
Change them to whatever you want and save the changed file in includes/languages/YOUR_TEMPLATE/english.php. (replace YOUR_TEMPLATE withthe name of your custom template)
In admin/includes/languages/english.php
Code:
Line #573 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
There's no override in the admin, so you'll have to edit the file directly, but you can save a copy in admin/includes/languages/YOUR_TEMPLATE/english.php for future reference.