From 3e23cbfd875afb466e6c6e506bb8675bfd09286f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 14 Aug 2009 13:40:56 +0200 Subject: More Link wizard cleanup Ignore-this: 100b66fbe26d82dfd6cffba751cf6992 darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz --- lib/exe/ajax.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/exe/ajax.php') 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 */ 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']); } -- cgit v1.2.3