changed label to text[*]

This commit is contained in:
Matthew Vale
2015-12-07 17:32:20 +00:00
parent 48e76a726c
commit 7b9038fc0b
2 changed files with 11 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ $document['title'] = $text['title-sys-status'];
if (permission_exists('system_view_info')) {
echo "<tr>\n";
echo " <td width='20%' class=\"vncell\" style='text-align: left;'>\n";
echo " Version\n";
echo " ".$text['label-version']."\n";
echo " </td>\n";
echo " <td class=\"row_style1\">\n";
echo " ".software_version()."\n";