diff options
Diffstat (limited to 'web/lib/pkgfuncs.inc')
-rw-r--r-- | web/lib/pkgfuncs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 34e89edb..daeb8f13 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -336,7 +336,7 @@ function package_details($id=0, $SID="") { # In case of wanting to put a custom message # Added by: dsa <dsandrade@gmail.com> - $msg = "unknown"; + $msg = __("unknown"); $license = $row["License"] == "" ? $msg : $row["License"]; print "<tr>\n"; |