in skin1/customer/main/cart_totals.tpl
replace:
Code:
{include file="currency.tpl" value=$shipping_cost}
with:
Code:
{if $shipping_cost eq "0.00"}Free Shipping!{else}{include file="currency.tpl" value=$shipping_cost}{/if}
and that replaces the 0.00 with Free Shipping