1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11366] Add recheck-all link

PHPBB3-11366
This commit is contained in:
Tristan Darricau
2014-05-12 12:40:16 +02:00
parent 521fe2b8e2
commit 13ecddf85b
3 changed files with 5 additions and 1 deletions

View File

@@ -112,4 +112,6 @@ $lang = array_merge($lang, array(
'ANNOUNCEMENT_TOPIC' => 'Release Announcement',
'DOWNLOAD_LATEST' => 'Download Version',
'NO_VERSIONCHECK' => 'No version check information given.',
'VERSIONCHECK_FORCE_UPDATE_ALL' => 'Re-Check all',
));