diff options
Diffstat (limited to 'phpBB/language/en/acp/forums.php')
-rw-r--r-- | phpBB/language/en/acp/forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index b0e6405690..ef67df40ed 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -98,7 +98,7 @@ $lang = array_merge($lang, array( 'FORUM_TOPICS_PAGE' => 'Topics per page', 'FORUM_TOPICS_PAGE_EXPLAIN' => 'If non-zero this value will override the default topics per page setting.', 'FORUM_TYPE' => 'Forum type', - 'FORUM_UPDATED' => 'Forum informations updated successfully.', + 'FORUM_UPDATED' => 'Forum information updated successfully.', 'GENERAL_FORUM_SETTINGS' => 'General forum settings', |