aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/modules.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-02 15:11:40 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-02 15:11:40 +0000
commitcc4a0a2f7a02f909735d265f4f199f9736c30a48 (patch)
treeaa984be5c8fca4b1f05d7fa755b2f3d382a89cf7 /phpBB/language/en/acp/modules.php
parentfc76c94ab14993f98e0bbbf8b26150886ce69352 (diff)
downloadforums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.gz
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.bz2
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.tar.xz
forums-cc4a0a2f7a02f909735d265f4f199f9736c30a48.zip
consistent acp layout regarding backlinks and messages.
git-svn-id: file:///svn/phpbb/trunk@6428 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/modules.php')
-rw-r--r--phpBB/language/en/acp/modules.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/language/en/acp/modules.php b/phpBB/language/en/acp/modules.php
index f01f1666fe..53fd1875f8 100644
--- a/phpBB/language/en/acp/modules.php
+++ b/phpBB/language/en/acp/modules.php
@@ -54,24 +54,24 @@ $lang = array_merge($lang, array(
'HIDDEN_MODULE' => 'Hidden module',
'MODULE' => 'Module',
- 'MODULE_ADDED' => 'Module successfully added',
- 'MODULE_DELETED' => 'Module successfully removed',
+ 'MODULE_ADDED' => 'Module successfully added.',
+ 'MODULE_DELETED' => 'Module successfully removed.',
'MODULE_DISPLAYED' => 'Module displayed',
'MODULE_DISPLAYED_EXPLAIN' => 'If you do not wish to display this module, but want to use it, set this to no.',
- 'MODULE_EDITED' => 'Module successfully edited',
+ 'MODULE_EDITED' => 'Module successfully edited.',
'MODULE_ENABLED' => 'Module enabled',
'MODULE_LANGNAME' => 'Module language mame',
'MODULE_LANGNAME_EXPLAIN' => 'Enter the displayed module name. Use language constant if name is served from language file.',
'MODULE_TYPE' => 'Module type',
'NO_CATEGORY_TO_MODULE' => 'Unable to turn category into module. Please remove/move all childs before performing this action.',
- 'NO_MODULE' => 'No module found',
- 'NO_MODULE_ID' => 'No module id specified',
- 'NO_MODULE_LANGNAME' => 'No module language name specified',
+ 'NO_MODULE' => 'No module found.',
+ 'NO_MODULE_ID' => 'No module id specified.',
+ 'NO_MODULE_LANGNAME' => 'No module language name specified.',
'NO_PARENT' => 'No Parent',
'PARENT' => 'Parent',
- 'PARENT_NO_EXIST' => 'Parent does not exist',
+ 'PARENT_NO_EXIST' => 'Parent does not exist.',
'SELECT_MODULE' => 'Select a module',
));