If you open the file etsy-shop.php, around line 195 there is this:
<p class="listing-price">$'.$price.' <span class="currency-code">'.$currency_code.'</span></p>
Replace with:
<p class="listing-price">£'.$price.' <span class="currency-code">'.$currency_code.'</span></p>