diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 02:08:15 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 02:08:15 +0000 |
commit | b3b308f36982deaaf5076aa41a6b5783b42a674c (patch) | |
tree | 2e5fd55c33fce63a649a68ab828423e271bd379f | |
parent | a5a9a79fa6a162d556b27020c3489fc2f27077e1 (diff) |
Add a missing colon.
-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()) ?> |