diff options
Diffstat (limited to 'lib/exe/ajax.php')
-rw-r--r-- | lib/exe/ajax.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php index 53ff3882c..d0321c285 100644 --- a/lib/exe/ajax.php +++ b/lib/exe/ajax.php @@ -242,6 +242,8 @@ function ajax_index(){ /** * List matching namespaces and pages for the link wizard + * + * @author Andreas Gohr <gohr@cosmocode.de> */ function ajax_linkwiz(){ global $conf; @@ -335,7 +337,7 @@ function ajax_linkwiz(){ if($item['type'] == 'u'){ - $name = 'back to upper'; + $name = $lang['upperns']; }else{ $name = htmlspecialchars($item['id']); } |