From 9d1d7a20ad3ef2c318f60c6402c89d6a58f109c7 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 24 May 2010 19:31:31 +0000 Subject: [PATCH] s/navigation menu/custom menu/. props jane, duck_. fixes #13519. git-svn-id: http://svn.automattic.com/wordpress/trunk@14849 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index f6ed980fb..25fb45898 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -1056,8 +1056,8 @@ class WP_Widget_Tag_Cloud extends WP_Widget { class WP_Nav_Menu_Widget extends WP_Widget { function WP_Nav_Menu_Widget() { - $widget_ops = array( 'description' => __('Use this widget to add one of your navigation menus as a widget.') ); - parent::WP_Widget( 'nav_menu', __('Navigation Menu'), $widget_ops ); + $widget_ops = array( 'description' => __('Use this widget to add one of your custom menus as a widget.') ); + parent::WP_Widget( 'nav_menu', __('Custom Menu'), $widget_ops ); } function widget($args, $instance) {