summaryrefslogtreecommitdiffstats
path: root/web/lib
diff options
context:
space:
mode:
authorswiergot <swiergot>2006-09-14 21:30:16 +0200
committerswiergot <swiergot>2006-09-14 21:30:16 +0200
commit0967bc72ee2f76a82718af6461a922d89dbeaa86 (patch)
treedc70987d3df00e7957ed626c626ecb603f3dbca5 /web/lib
parent97be2263346e976dc6606971d16f6af7af1b4de9 (diff)
downloadaur-0967bc72ee2f76a82718af6461a922d89dbeaa86.tar.gz
aur-0967bc72ee2f76a82718af6461a922d89dbeaa86.tar.xz
License field translation fix + Portuguese update (both by dsa) + Polish update.
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 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";