aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-03-28 16:39:30 -0400
committerDavid King <imkingdavid@gmail.com>2012-03-28 16:39:30 -0400
commitc44d77b03148122dceb33c0bf30858013bbffd38 (patch)
tree03d9d1a2116902e9136328e33372d62ed22bf385
parent7b091f18a83f4bc31fc00ef067b55db48137ef47 (diff)
downloadforums-c44d77b03148122dceb33c0bf30858013bbffd38.tar
forums-c44d77b03148122dceb33c0bf30858013bbffd38.tar.gz
forums-c44d77b03148122dceb33c0bf30858013bbffd38.tar.bz2
forums-c44d77b03148122dceb33c0bf30858013bbffd38.tar.xz
forums-c44d77b03148122dceb33c0bf30858013bbffd38.zip
[ticket/10586] Undo change in language/en/common.php
PHPBB3-10586
-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 300529f967..94edddc6f5 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -186,7 +186,7 @@ $lang = array_merge($lang, array(
'EXPAND_VIEW' => 'Expand view',
'EXTENSION' => 'Extension',
'EXTENSION_CONTROLLER_MISSING' => 'The extension <strong>%s</strong> is missing a controller class and cannot be accessed through the front-end.',
- 'EXTENSION_CLASS_WRONG_TYPE' => 'The extension controller class <strong>%s</strong> is not an instance of the phpbb_extension_controller.',
+ 'EXTENSION_CLASS_WRONG_TYPE' => 'The extension controller class <strong>%s</strong> is not an instance of the phpbb_extension_controller_interface.',
'EXTENSION_DISABLED' => 'The extension <strong>%s</strong> is not enabled.',
'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <strong>%s</strong> has been deactivated and can no longer be displayed.',
'EXTENSION_DOES_NOT_EXIST' => 'The extension <strong>%s</strong> does not exist.',