diff --git a/server_privileges.php b/server_privileges.php
index 4c04412af..b3b8b5292 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -1480,7 +1480,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
. '
' . $GLOBALS['strGlobalPrivileges'] . ' '
. PMA_showHint($GLOBALS['strEnglishPrivileges']) . ' | ' . "\n"
. ' ' . $GLOBALS['strGrantOption'] . ' | ' . "\n"
- . ' ' . ($GLOBALS['cfg']['PropertiesIconic'] ? '' : $GLOBALS['strAction']) . ' | ' . "\n";
+ . ' ' . $GLOBALS['strAction'] . ' | ' . "\n";
echo ' ' . "\n";
echo ' ' . "\n";
echo ' ' . "\n";