Merge pull request #751 from Ramoonus/master
Removed extra textdomain, refreshed dutch mo/po
This commit is contained in:
commit
b99985784b
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -140,7 +140,7 @@ class WooCommerce_Widget_Layered_Nav extends WP_Widget {
|
|||
$this->woo_widget_cssclass = 'widget_layered_nav';
|
||||
$this->woo_widget_description = __( 'Shows a custom attribute in a widget which lets you narrow down the list of products when viewing product categories.', 'woocommerce' );
|
||||
$this->woo_widget_idbase = 'woocommerce_layered_nav';
|
||||
$this->woo_widget_name = __('WooCommerce Layered Nav', 'marcovaldo' );
|
||||
$this->woo_widget_name = __('WooCommerce Layered Nav', 'woocommerce' );
|
||||
|
||||
/* Widget settings. */
|
||||
$widget_ops = array( 'classname' => $this->woo_widget_cssclass, 'description' => $this->woo_widget_description );
|
||||
|
|
Loading…
Reference in New Issue