diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index a2962407d1..476f4352a3 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -111,5 +111,5 @@ $lang = array_merge($lang, array( 'UP_TO_DATE' => '%s is up to date', 'ANNOUNCEMENT_TOPIC' => 'Release Announcement', 'DOWNLOAD_LATEST' => 'Download Version', - 'NO_VERSIONCHECK' => 'No informations about how get the latest version.', + 'NO_VERSIONCHECK' => 'No information on how to check the version.', ));