aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/language/en/common.php2
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',