Tweak option labelling

This commit is contained in:
Mike Jolley 2015-06-23 12:20:13 +01:00
parent 1489fafd06
commit 14c88b49bc
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ class WC_Settings_General extends WC_Settings_Page {
'options' => array(
'' => __( 'No address', 'woocommerce' ),
'base' => __( 'Shop base address', 'woocommerce' ),
'geolocation' => __( 'Geolocate address', 'woocommerce' ),
'geolocation_ajax' => __( 'Geolocate via ajax (supports page caching)', 'woocommerce' ),
'geolocation' => __( 'Geolocate', 'woocommerce' ),
'geolocation_ajax' => __( 'Geolocate (with page caching support)', 'woocommerce' ),
),
),