diff options
Diffstat (limited to 'phpBB/language/en/acp/modules.php')
-rw-r--r-- | phpBB/language/en/acp/modules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/modules.php b/phpBB/language/en/acp/modules.php index 0edcce9352..535868da1f 100644 --- a/phpBB/language/en/acp/modules.php +++ b/phpBB/language/en/acp/modules.php @@ -49,7 +49,7 @@ $lang = array_merge($lang, array( 'DELETE_MODULE_CONFIRM' => 'Are you sure you want to remove this module?', 'EDIT_MODULE' => 'Edit module', - 'EDIT_MODULE_EXPLAIN' => 'Here you are able to enter module specific settings', + 'EDIT_MODULE_EXPLAIN' => 'Here you are able to enter module specific settings.', 'HIDDEN_MODULE' => 'Hidden module', |