[phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [263] phpBB Reloaded 2/language/lang_english/ l
Status: Planning
Brought to you by:
tehphpmaster
From: <teh...@us...> - 2006-10-23 22:57:22
|
Revision: 263 http://svn.sourceforge.net/phpbbreloaded/?rev=263&view=rev Author: tehphpmaster Date: 2006-10-23 15:57:16 -0700 (Mon, 23 Oct 2006) Log Message: ----------- Eeeep, commiting a lang change regarding the mailing list. Modified Paths: -------------- phpBB Reloaded 2/language/lang_english/lang_admin.php Modified: phpBB Reloaded 2/language/lang_english/lang_admin.php =================================================================== --- phpBB Reloaded 2/language/lang_english/lang_admin.php 2006-10-23 04:42:56 UTC (rev 262) +++ phpBB Reloaded 2/language/lang_english/lang_admin.php 2006-10-23 22:57:16 UTC (rev 263) @@ -358,8 +358,8 @@ $lang['Autologin_time'] = 'Automatic login key expiry'; $lang['Autologin_time_explain'] = 'How long a autologin key is valid for in days if the user does not visit the board. Set to zero to disable expiry.'; -// Search Flood Control - added 2.0.20 -$lang['Search_Flood_Interval'] = 'Search Flood Interval'; +// Search Flood Control - added 2.0.20 +$lang['Search_Flood_Interval'] = 'Search Flood Interval'; $lang['Search_Flood_Interval_explain'] = 'Number of seconds a user must wait between search requests'; // @@ -811,7 +811,7 @@ $lang['Current_version_info'] = 'You are running <b>phpBB Reloaded %s</b>.'; $lang['Connect_socket_error'] = 'Unable to open connection to phpBB Reloaded Server, reported error is:<br />%s'; $lang['Socket_functions_disabled'] = 'Unable to use socket functions.'; -$lang['Mailing_list_subscribe_reminder'] = 'For the latest information on updates to phpBB Reloaded, why not <a href="http://www.phpbbreloaded.com/support/list/" target="_new">subscribe to our Mailing List</a>.'; +$lang['Mailing_list_subscribe_reminder'] = 'For the latest information on updates to phpBB Reloaded, why not <a href="http://www.phpbbreloaded.com/forum/groupcp.php?g=159" target="_new">subscribe to our Mailing List</a>.'; $lang['Version_information'] = 'Version Information'; // This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |