diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-06-21 19:17:20 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-06-21 19:17:20 +0000 |
| commit | f393b748c514906f036b84a25981a05cf7677614 (patch) | |
| tree | 352d7c6d8c72cfa69070dd6152fb3966d05b0e3a /phpBB/language/en/acp/language.php | |
| parent | eb72e526b804844839555314914049eec75f1398 (diff) | |
| download | forums-f393b748c514906f036b84a25981a05cf7677614.tar forums-f393b748c514906f036b84a25981a05cf7677614.tar.gz forums-f393b748c514906f036b84a25981a05cf7677614.tar.bz2 forums-f393b748c514906f036b84a25981a05cf7677614.tar.xz forums-f393b748c514906f036b84a25981a05cf7677614.zip | |
Fix bug #37565 - Correctly state why one language pack is marked with an asterisk in the ACP.
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9649 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/language.php')
| -rw-r--r-- | phpBB/language/en/acp/language.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index a10148942b..4d11309ebb 100644 --- a/phpBB/language/en/acp/language.php +++ b/phpBB/language/en/acp/language.php @@ -37,7 +37,7 @@ if (empty($lang) || !is_array($lang)) $lang = array_merge($lang, array( 'ACP_FILES' => 'Admin language files', - 'ACP_LANGUAGE_PACKS_EXPLAIN' => 'Here you are able to install/remove language packs.', + 'ACP_LANGUAGE_PACKS_EXPLAIN' => 'Here you are able to install/remove language packs. The default language pack is marked with an asterisk (*).', 'EMAIL_FILES' => 'E-mail templates', |
