There is no fsock, just fsockopen... in which case it is singular. :P


git-svn-id: file:///svn/phpbb/trunk@7381 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Jonathan Stanley 2007-04-21 15:30:24 +00:00
parent 7c0e1f534c
commit 35edc4ce6b

View file

@ -182,7 +182,7 @@ $lang = array_merge($lang, array(
'FORUM_RULES' => 'Forum rules',
'FORUM_RULES_LINK' => 'Please click to view the forum rules',
'FROM' => 'from',
'FSOCK_DISABLED' => 'The operation is not able to be completed because the fsock functions has been disabled or the server being queried could not be found.',
'FSOCK_DISABLED' => 'The operation could not be completed because the <var>fsockopen</var> function has been disabled or the server being queried could not be found.',
'FTP_FSOCK_HOST' => 'FTP host',
'FTP_FSOCK_HOST_EXPLAIN' => 'FTP server used to connect your site',