summaryrefslogtreecommitdiffstats
path: root/web/lib
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/pkgfuncs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 96bb1b79..34e89edb 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -340,7 +340,7 @@ function package_details($id=0, $SID="") {
$license = $row["License"] == "" ? $msg : $row["License"];
print "<tr>\n";
- print " <td class='boxSoft' colspan='2'><br><span class='f3'>License: ".$license;
+ print " <td class='boxSoft' colspan='2'><br><span class='f3'>".__("License").": ".$license;
print "</a></span></td>\n";
print "</tr>\n";