License field translation fix + Portuguese update (both by dsa) + Polish update.

This commit is contained in:
swiergot 2006-09-14 19:30:16 +00:00
parent 97be226334
commit 0967bc72ee
4 changed files with 11 additions and 1 deletions

View file

@ -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";