aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/bots.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/bots.php')
-rw-r--r--phpBB/language/en/acp/bots.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/bots.php b/phpBB/language/en/acp/bots.php
index dda1dcf73f..875af18b9b 100644
--- a/phpBB/language/en/acp/bots.php
+++ b/phpBB/language/en/acp/bots.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