diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-12 22:59:42 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-12 22:59:42 -0500 |
| commit | 32b92547400c14a402f64463661ce7c1b44e81b3 (patch) | |
| tree | d78bf5bfcabd940f378da9e1e63215d84963926b /phpBB/language/en/common.php | |
| parent | 97204e432b8ff1c91294169d6fc0d822ef180bf1 (diff) | |
| download | forums-32b92547400c14a402f64463661ce7c1b44e81b3.tar forums-32b92547400c14a402f64463661ce7c1b44e81b3.tar.gz forums-32b92547400c14a402f64463661ce7c1b44e81b3.tar.bz2 forums-32b92547400c14a402f64463661ce7c1b44e81b3.tar.xz forums-32b92547400c14a402f64463661ce7c1b44e81b3.zip | |
[ticket/11745] Correct language, coding guidelines
PHPBB3-11745
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 91b1f6d9d9..bd34c51bef 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -415,7 +415,7 @@ $lang = array_merge($lang, array( ), 'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.', 'NOTIFICATION_GROUP_REQUEST' => '%1$s is requesting to join the group %2$s.', - 'NOTIFICATION_GROUP_REQUEST_APPROVED' => 'Your request to join the "%1$s" group on has been approved.', + 'NOTIFICATION_GROUP_REQUEST_APPROVED' => 'Your request to join the group %1$s has been approved.', '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".', |
