Add missing translation labels and remove the quotes arounds the GIT values.

This commit is contained in:
markjcrane
2015-12-06 13:57:56 -07:00
parent 9b9c98995a
commit e484d9758b
2 changed files with 43 additions and 13 deletions

View File

@@ -94,12 +94,12 @@ $document['title'] = $text['title-sys-status'];
rtrim($git_commit);
echo "<tr>\n";
echo " <td width='20%' class=\"vncell\" style='text-align: left;'>\n";
echo " ".$text['label-git-info']."\n";
echo " ".$text['label-git_info']."\n";
echo " </td>\n";
echo " <td class=\"row_style1\">\n";
echo " Branch: '$git_branch'<br>\n";
echo " Commit: '$git_commit'<br>\n";
echo " Origin: '$git_origin'<br>\n";
echo " ".$text['label-git_branch']." ".$git_branch."<br>\n";
echo " ".$text['label-git_commit']." ".$git_commit."<br>\n";
echo " ".$text['label-git_origin']." ".$git_origin."<br>\n";
echo " </td>\n";
echo "</tr>\n";