1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/11366] Coding style

PHPBB3-11366
This commit is contained in:
Tristan Darricau
2014-05-11 13:04:00 +02:00
parent a80a9efa8d
commit 5e29ea77d8
4 changed files with 40 additions and 36 deletions

View File

@@ -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 information on how to check the version.',
'NO_VERSIONCHECK' => 'No version check information given.',
));