Merge pull request #751 from Ramoonus/master

Removed extra textdomain, refreshed dutch mo/po
This commit is contained in:
Mike Jolley 2012-03-04 05:27:15 -08:00
commit b99985784b
3 changed files with 734 additions and 706 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -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 );