Renamed pages. Closes #307.

This commit is contained in:
Mike Jolley 2011-12-02 12:02:29 +00:00
parent 3055ed1886
commit 966676b77e
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ function woocommerce_reports() {
'function' => 'woocommerce_sales_overview'
),
array(
'title' => __('Daily Sales', 'woothemes'),
'title' => __('Sales by day', 'woothemes'),
'description' => '',
'function' => 'woocommerce_daily_sales'
),
array(
'title' => __('Monthly Sales', 'woothemes'),
'title' => __('Sales by month', 'woothemes'),
'description' => '',
'function' => 'woocommerce_monthly_sales'
),