The vmCartModule that displays at the top of my Products page includes the text "Total", generated in
...\modules\mod_virtuemart_cart\tmpl\default.php by the line
echo $data->billTotal;
I can't find a language override to change the text "Total", I'd like it to say
"Total including Shipping and applicable Discounts: "
Never mind, I found it, it is COM_VIRTUEMART_CART_TOTALP.
Kmeyer you just saved me hours of hectic search through VM files