mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
License field translation fix + Portuguese update (both by dsa) + Polish update.
This commit is contained in:
parent
97be226334
commit
0967bc72ee
4 changed files with 11 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue