changed label to text[*]

This commit is contained in:
Matthew Vale
2015-12-07 17:32:20 +00:00
parent 310b7f2b92
commit 950788b92e
2 changed files with 11 additions and 1 deletions
+1 -1
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";