diff options
-rw-r--r-- | core/views/admin_block_platform.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_block_platform.html.php b/core/views/admin_block_platform.html.php index c3615889..f9ac6db2 100644 --- a/core/views/admin_block_platform.html.php +++ b/core/views/admin_block_platform.html.php @@ -7,7 +7,7 @@ <? printf(_("Apache: %s"), apache_get_version()) ?> </li> <li> - <? printf(_("PHP %s"), phpversion()) ?> + <? printf(_("PHP: %s"), phpversion()) ?> </li> <li> <? printf(_("MySQL: %s"), mysql_get_server_info()) ?> |