From f2610247f0249496e576c1feb3e4f87c98a6fb7b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 22 Feb 2010 18:12:53 +0000 Subject: [PATCH] More gettext. see #11817 git-svn-id: https://develop.svn.wordpress.org/trunk@13296 602fd350-edb4-49c9-b593-d223f7449a82 --- 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'; -
+