diff --git a/prefs_manage.php b/prefs_manage.php
index 0b795ecd67..3eb10a36e7 100644
--- a/prefs_manage.php
+++ b/prefs_manage.php
@@ -283,8 +283,12 @@ if (file_exists('setup/index.php')) {
', '');
- echo PMA_Util::showDocu('setup', 'setup-script');
+ echo sprintf(
+ __(
+ 'You can set more settings by modifying config.inc.php, eg. '
+ . 'by using %sSetup script%s.'
+ ), '
', ''
+ ) . PMA_Util::showDocu('setup', 'setup-script');
?>
@@ -294,58 +298,77 @@ if (file_exists('setup/index.php')) {
-
+
display();
-echo '
'
- . '