diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-27 09:08:35 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-27 09:08:35 -0500 |
commit | 93db6190f582b2af41d3bf643758e48772ea9ba0 (patch) | |
tree | e8f302054c604db62c6190884ca3df6bd7ad5f5b /phpBB/language/en/common.php | |
parent | 7cfb04690de08b10752b8881f918ce9e476bb6ab (diff) | |
download | forums-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/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
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".', |