Hi, the shipping dropdown text is generated in Line 57 of UserControls/General/ShippingMethodsDropdown.ascx.vb
You may want to change ->
liShippingMethod.Text = arrText(0) & vbTab.ToString & GetGlobalResourceObject("Kartris", "ContentText_ExTax").ToString & ":" & strExTax & _
vbTab.ToString & GetGlobalResourceObject("Kartris", "ContentText_IncTax").ToString & ":" & strIncTax
with just plain ->
liShippingMethod.Text = arrText(0)