diff --git a/modules/gallery/views/admin_block_platform.html.php b/modules/gallery/views/admin_block_platform.html.php
index 6b79f047..f27b9e7a 100644
--- a/modules/gallery/views/admin_block_platform.html.php
+++ b/modules/gallery/views/admin_block_platform.html.php
@@ -1,7 +1,10 @@
-
- = t("Operating System: %operating_system", array("operating_system" => PHP_OS)) ?>
+ = t("Host name: %host_name", array("host_name" => php_uname("n"))) ?>
+
+ -
+ = t("Operating System: %os %version", array("os" => php_uname("s"), "version" => php_uname("r"))) ?>
-
= t("Apache: %apache_version", array("apache_version" => function_exists("apache_get_version") ? apache_get_version() : t("Unknown"))) ?>