diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index 16dfdc74c30..fa642e6306f 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -163,7 +163,7 @@ function get_woocommerce_currencies() { 'BRL' => __( 'Brazilian Real', 'woocommerce' ), 'BGN' => __( 'Bulgarian Lev', 'woocommerce' ), 'CAD' => __( 'Canadian Dollars', 'woocommerce' ), - 'CLP' => __( 'Peso chileno', 'woocommerce' ), + 'CLP' => __( 'Chilean Peso', 'woocommerce' ), 'CNY' => __( 'Chinese Yuan', 'woocommerce' ), 'CZK' => __( 'Czech Koruna', 'woocommerce' ), 'DKK' => __( 'Danish Krone', 'woocommerce' ),