diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-21 15:30:24 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-21 15:30:24 +0000 |
commit | 35edc4ce6b942556969cdbcc28af30b8d772c23d (patch) | |
tree | 910e8486858dc14ce2c5cf1d9a27116ccfe4fb66 | |
parent | 7c0e1f534c4bca79e46ba23998797fb847119c6c (diff) | |
download | forums-35edc4ce6b942556969cdbcc28af30b8d772c23d.tar forums-35edc4ce6b942556969cdbcc28af30b8d772c23d.tar.gz forums-35edc4ce6b942556969cdbcc28af30b8d772c23d.tar.bz2 forums-35edc4ce6b942556969cdbcc28af30b8d772c23d.tar.xz forums-35edc4ce6b942556969cdbcc28af30b8d772c23d.zip |
#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
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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', |