diff options
Diffstat (limited to 'phpBB/language/en/acp/modules.php')
-rw-r--r-- | phpBB/language/en/acp/modules.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/modules.php b/phpBB/language/en/acp/modules.php index b5055570c1..0eefb59753 100644 --- a/phpBB/language/en/acp/modules.php +++ b/phpBB/language/en/acp/modules.php @@ -18,7 +18,9 @@ if (empty($lang) || !is_array($lang)) $lang = array(); } -// DEVELOPERS PLEASE NOTE +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. // // Placeholders can now contain order information, e.g. instead of // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows |