From bb3e673b1682dbf819fc2e99107bcd47a5953ba3 Mon Sep 17 00:00:00 2001 From: Ashutosh Dhundhara Date: Fri, 4 Apr 2014 18:24:53 +0530 Subject: [PATCH] Bug fix: Incorrect messages displayed in "Export settings" section. Bug fix: Incorrect messages displayed in "Export settings" section. Signed-Off-By: Ashutosh Dhundhara --- prefs_manage.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/prefs_manage.php b/prefs_manage.php index b7ee2378a9..f56131eebe 100644 --- a/prefs_manage.php +++ b/prefs_manage.php @@ -313,14 +313,14 @@ echo '' . '
' . '' . __('Settings will be saved in your browser\'s local storage.') - . '' - . '
' . __('Existing settings will be overwritten!') . '' + . '
' + . '' . __('Existing settings will be overwritten!') . '' + . '
' . '
' - . '
' - . '
' - . PMA_Message::notice( - __('This feature is not supported by your web browser') - )->display(); + . '
'; +PMA_Message::notice( + __('This feature is not supported by your web browser') +)->display(); ?>