diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-05-13 21:35:24 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-05-13 21:35:24 +0200 |
commit | 9745e657fdcaaf09be6e984b1e02e4bf14318e68 (patch) | |
tree | a56f1260812b804735ebb792722925ace826e82b /lib/plugins/config/lang/en/lang.php | |
parent | 382c122d21ff94fee670de62c8fe9f4b79e12684 (diff) | |
download | rpg-9745e657fdcaaf09be6e984b1e02e4bf14318e68.tar.gz rpg-9745e657fdcaaf09be6e984b1e02e4bf14318e68.tar.bz2 |
fixed link in config descriptions for new bugtracker URLs
darcs-hash:20070513193524-7ad00-2877bb35c7ff52ebd5bd29aeee872f8a6720d5f9.gz
Diffstat (limited to 'lib/plugins/config/lang/en/lang.php')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 232a963f7..a3f1c91f3 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -123,7 +123,7 @@ $lang['compress'] = 'Compact CSS and javascript output'; $lang['hidepages'] = 'Hide matching pages (regular expressions)'; $lang['send404'] = 'Send "HTTP 404/Page Not Found" for non existing pages'; $lang['sitemap'] = 'Generate Google sitemap (days)'; -$lang['broken_iua'] = 'Is the ignore_user_abort function broken on your system? This could cause a non working search index. IIS+PHP/CGI is known to be broken. See <a href="http://bugs.splitbrain.org/?do=details&id=852">Bug 852</a> for more info.'; +$lang['broken_iua'] = 'Is the ignore_user_abort function broken on your system? This could cause a non working search index. IIS+PHP/CGI is known to be broken. See <a href="http://http://bugs.splitbrain.org/?do=details&task_id=852">Bug 852</a> for more info.'; $lang['rss_type'] = 'XML feed type'; $lang['rss_linkto'] = 'XML feed links to'; |