summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
authorGina Haeussge <osd@foosel.net>2008-10-11 17:06:03 +0200
committerGina Haeussge <osd@foosel.net>2008-10-11 17:06:03 +0200
commit4bf019de2c8aeb8bd7cd2b5f86ad225ca87f9b41 (patch)
treed17531047db07495eaa9abbda1d0eef408fa6e00 /inc/lang
parentca6b84cc5be8b5666158d47d30df0306aeaccc0f (diff)
downloadrpg-4bf019de2c8aeb8bd7cd2b5f86ad225ca87f9b41.tar.gz
rpg-4bf019de2c8aeb8bd7cd2b5f86ad225ca87f9b41.tar.bz2
Fix a usability issue with the new information displayed in Recent Changes (FS#607)
darcs-hash:20081011150603-2b4f5-144adb0ca442fae3b18b29645c6328a9563464fc.gz
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 3ece4d175..aaa0ea92b 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -244,6 +244,6 @@ $lang['mu_authfail'] = 'session expired';
$lang['mu_progress'] = '@PCT@% uploaded';
$lang['mu_filetypes'] = 'Allowed Filetypes';
-$lang['recent_global'] = 'You\'re currently watching the changes inside the <b>%s</b> namespace. To view the recent changes of the whole wiki, please <a href="%s">click here</a>.';
+$lang['recent_global'] = 'You\'re currently watching the changes inside the <b>%s</b> namespace. You can also <a href="%s">view the recent changes of the whole wiki</a>.';
//Setup VIM: ex: et ts=2 enc=utf-8 :