diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-08-14 13:40:56 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-08-14 13:40:56 +0200 |
commit | 3e23cbfd875afb466e6c6e506bb8675bfd09286f (patch) | |
tree | 9d9ca5e35abf5a049d17f0c7240e0a2983824d7c /lib/exe/ajax.php | |
parent | 7fe97caa1ee1d0e4eb27139a9cb86aac0087b3a0 (diff) | |
download | rpg-3e23cbfd875afb466e6c6e506bb8675bfd09286f.tar.gz rpg-3e23cbfd875afb466e6c6e506bb8675bfd09286f.tar.bz2 |
More Link wizard cleanup
Ignore-this: 100b66fbe26d82dfd6cffba751cf6992
darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz
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']); } |