diff --git a/wp-admin/custom-navigation.php b/wp-admin/custom-navigation.php index e20d8caa9..b62e09f10 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'; -
+