From 35edc4ce6b942556969cdbcc28af30b8d772c23d Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Sat, 21 Apr 2007 15:30:24 +0000 Subject: [PATCH] #9971 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 --- phpBB/language/en/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 191d428c5f..c0d2fa4619 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -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 fsockopen 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',