diff --git a/server_privileges.php b/server_privileges.php
index 9fc845c3e..c1d38ab6c 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";