Skip to content

Commit

Permalink
Fix 1661 widgets_default duplicate defines
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcwilson committed Apr 9, 2018
1 parent 458e957 commit cd4fa02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions admin/includes/languages/english/widgets_default.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
define('GENERAL_STATISTICS', 'General Statistics');
define('GENERAL_STATISTICS_DESCRIPTION', 'Current value of various counters');
define('ORDER_SUMMARY', 'Order Summary');
define('ORDER_SUMMARY', 'Counts of orders in each state');
define('ORDER_SUMMARY_DESCRIPTION', 'Counts of orders in each state');
define('NEW_CUSTOMERS', 'New Customers');
define('NEW_CUSTOMERS', 'Customers who have created accounts recently');
define('NEW_CUSTOMERS_DESCRIPTION', 'Customers who have created accounts recently');
define('COUNTER_HISTORY', 'Counter History');
define('COUNTER_HISTORY', 'Hit counter over last 14 days');
define('COUNTER_HISTORY_DESCRIPTION', 'Hit counter over last 14 days');
define('NEW_ORDERS', 'Recent Orders');
define('NEW_ORDERS', 'Recently received orders with names and amounts');
define('NEW_ORDERS_DESCRIPTION', 'Recently received orders with names and amounts');
define('LOGS', 'Debug Logs');
define('LOGS', 'Shows debug logs if any exist');
define('LOGS_DESCRIPTION', 'Shows debug logs if any exist');
define('BANNER_STATISTICS', 'Banner Statistics');
define('BANNER_STATISTICS_DESCRIPTION', 'Shows statistics for last 12 months');
define('WHOSONLINE_ACTIVITY', 'Active Visitors');
Expand Down

0 comments on commit cd4fa02

Please sign in to comment.