Fix #502: aka <=> alias
[platal.git] / include / wiki / farmconfig.php
index ee13e1a..115d3c3 100644 (file)
@@ -89,7 +89,7 @@ function doPlatalLink($link, $text)
         $row = $res->fetchOneAssoc();
         $text = $row['prenom'] . ' ' . $row['nom'] . ' X' . $row['promo'];
         if ($row['surnom']) {
-            $text .= ' (aka ' . $row['surnom'] . ')';
+            $text .= ' (alias ' . $row['surnom'] . ')';
         }
     }
     return '<a href="profile/' . $link . '" class="popup2">' . $text . '</a>';