aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-27 09:08:35 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-27 09:08:35 -0500
commit93db6190f582b2af41d3bf643758e48772ea9ba0 (patch)
treee8f302054c604db62c6190884ca3df6bd7ad5f5b /phpBB/language
parent7cfb04690de08b10752b8881f918ce9e476bb6ab (diff)
downloadforums-93db6190f582b2af41d3bf643758e48772ea9ba0.tar
forums-93db6190f582b2af41d3bf643758e48772ea9ba0.tar.gz
forums-93db6190f582b2af41d3bf643758e48772ea9ba0.tar.bz2
forums-93db6190f582b2af41d3bf643758e48772ea9ba0.tar.xz
forums-93db6190f582b2af41d3bf643758e48772ea9ba0.zip
[ticket/11744] Language
PHPBB3-11744
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 8ababfcd2a..cdaf8269ed 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -414,7 +414,7 @@ $lang = array_merge($lang, array(
2 => '<strong>%d</strong> Notifications',
),
'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.',
- 'NOTIFICATION_GROUP_REQUEST' => '%1$s is requesting to join the group you manage, %2$s.',
+ 'NOTIFICATION_GROUP_REQUEST' => '%1$s is requesting to join the group %2$s.',
'NOTIFICATION_PM' => '%1$s sent you a Private Message "%2$s".',
'NOTIFICATION_POST' => '%1$s replied to the topic "%2$s".',
'NOTIFICATION_POST_APPROVED' => 'Your post was approved "%2$s".',