aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-11-02 16:19:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-11-02 16:19:11 +0000
commit7ded9151f775feabbc4ef427d9d470a00276ab74 (patch)
tree53dbead2e129183e6f01297c4d9468f712c666e5 /phpBB/language
parent43940870f6d049cc87bf08dc411b58caf161bec4 (diff)
downloadforums-7ded9151f775feabbc4ef427d9d470a00276ab74.tar
forums-7ded9151f775feabbc4ef427d9d470a00276ab74.tar.gz
forums-7ded9151f775feabbc4ef427d9d470a00276ab74.tar.bz2
forums-7ded9151f775feabbc4ef427d9d470a00276ab74.tar.xz
forums-7ded9151f775feabbc4ef427d9d470a00276ab74.zip
two tiny glitches in language file
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9046 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/styles.php4
-rw-r--r--phpBB/language/en/common.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index b3bd8300cd..eb742fd140 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -170,7 +170,7 @@ $lang = array_merge($lang, array(
'IMG_FORUM_UNREAD_SUBFORUM' => 'Subforum new posts',
'IMG_SUBFORUM_READ' => 'Legend subforum',
'IMG_SUBFORUM_UNREAD' => 'Legend subforum new posts',
-
+
'IMG_TOPIC_MOVED' => 'Topic moved',
'IMG_TOPIC_READ' => 'Topic',
@@ -381,7 +381,7 @@ $lang = array_merge($lang, array(
'TEMPLATE_ERR_NAME_EXIST' => 'A template set with that name already exists.',
'TEMPLATE_ERR_NAME_LONG' => 'The template name can be no longer than 30 characters.',
'TEMPLATE_ERR_NOT_TEMPLATE' => 'The archive you specified does not contain a valid template set.',
- 'TEMPLATE_ERR_REQUIRED_OR_INCOMPLETE' => 'The new template set requires the template %s to be installed and not inheriting itself. ',
+ 'TEMPLATE_ERR_REQUIRED_OR_INCOMPLETE' => 'The new template set requires the template %s to be installed and not inheriting itself.',
'TEMPLATE_ERR_STYLE_NAME' => 'You must supply a name for this template.',
'TEMPLATE_EXPORT' => 'Export templates',
'TEMPLATE_EXPORT_EXPLAIN' => 'Here you can export a template set in the form of an archive. This archive will contain all the files necessary to install the templates on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.',
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 3c1ca70dc3..93ad31e127 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -374,7 +374,7 @@ $lang = array_merge($lang, array(
'NO_MEMBERS' => 'No members found for this search criterion.',
'NO_MESSAGES' => 'No messages',
'NO_MODE' => 'No mode specified.',
- 'NO_MODERATORS' => 'There are no moderators',
+ 'NO_MODERATORS' => 'There are no moderators.',
'NO_NEW_MESSAGES' => 'No new messages',
'NO_NEW_PM' => '<strong>0</strong> new messages',
'NO_NEW_POSTS' => 'No new posts',