From ee66f1de174b4ff18d2c33b597ec21678f2f215c Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 22 Feb 2010 18:12:53 +0000 Subject: [PATCH] More gettext. see #11817 git-svn-id: http://svn.automattic.com/wordpress/trunk@13296 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/custom-navigation.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/wp-admin/custom-navigation.php b/wp-admin/custom-navigation.php index e20d8caa90..b62e09f10e 100644 --- a/wp-admin/custom-navigation.php +++ b/wp-admin/custom-navigation.php @@ -173,7 +173,7 @@ function wp_custom_navigation() { } } // DISPLAY SUCCESS MESSAGE IF POST CORRECT - $messagesdiv = '

'.$themename."'s Custom Menu has been updated!

"; + $messagesdiv = '

' . __('The menu has been updated.') . '

'; } //DISPLAY Custom Navigation @@ -198,7 +198,7 @@ function wp_custom_navigation() {
- + @@ -545,7 +545,7 @@ function wp_custom_navigation() { document.getElementById('no-js').style.display='none'; -
+