diff options
author | Gina Haeussge <osd@foosel.net> | 2008-10-11 14:15:39 +0200 |
---|---|---|
committer | Gina Haeussge <osd@foosel.net> | 2008-10-11 14:15:39 +0200 |
commit | e83cef14d812e85c06dc19b51fe3bc6d5d61b5e5 (patch) | |
tree | 1944fc62e3e01e4cf059a5138f69b4ef381f4fdf /inc/lang/en/lang.php | |
parent | 85313d6f550a93b5757c8876ab5733c3abea9246 (diff) | |
download | rpg-e83cef14d812e85c06dc19b51fe3bc6d5d61b5e5.tar.gz rpg-e83cef14d812e85c06dc19b51fe3bc6d5d61b5e5.tar.bz2 |
Adjust behaviour of Recent Changes to mirror behaviour of Index
Like the index, recent changes are now displayed only for the current namespace.
For convenience, a link to the recent changes of the whole wiki is included in the listing.
darcs-hash:20081011121539-2b4f5-a98e96550bdc4f28b401139def051b5a6beb56a6.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index fbbc7eb2e..543b51025 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -244,5 +244,6 @@ $lang['mu_authfail'] = 'session expired'; $lang['mu_progress'] = '@PCT@% uploaded'; $lang['mu_filetypes'] = 'Allowed Filetypes'; +$lang['recent_global'] = 'To view the recent changes of the whole wiki, please <a href="%s">click here</a>.'; //Setup VIM: ex: et ts=2 enc=utf-8 : |