diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-05 18:21:40 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-28 22:16:44 +0200 |
commit | e4aff6669c4a091e3b56f8c8a2b0c1eeba8bb4a9 (patch) | |
tree | 2fd683be0b26a8918080c0e93ad42430c5fc3b49 /phpBB/language/en/acp/extensions.php | |
parent | 9cd25cc828da47fc2d8b5fa044519d406cad4d11 (diff) | |
download | forums-e4aff6669c4a091e3b56f8c8a2b0c1eeba8bb4a9.tar forums-e4aff6669c4a091e3b56f8c8a2b0c1eeba8bb4a9.tar.gz forums-e4aff6669c4a091e3b56f8c8a2b0c1eeba8bb4a9.tar.bz2 forums-e4aff6669c4a091e3b56f8c8a2b0c1eeba8bb4a9.tar.xz forums-e4aff6669c4a091e3b56f8c8a2b0c1eeba8bb4a9.zip |
[ticket/11366] Remove unused langage entry
PHPBB3-11366
Diffstat (limited to 'phpBB/language/en/acp/extensions.php')
-rw-r--r-- | phpBB/language/en/acp/extensions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index 3a54dcf004..a2962407d1 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -112,5 +112,4 @@ $lang = array_merge($lang, array( 'ANNOUNCEMENT_TOPIC' => 'Release Announcement', 'DOWNLOAD_LATEST' => 'Download Version', 'NO_VERSIONCHECK' => 'No informations about how get the latest version.', -// 'NO_INFO' => 'Version server could not be contacted', )); |