diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-21 18:47:40 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-03-19 03:08:33 -0700 |
commit | 7e4b7a154214f1663a28244282e551beb59d7d8b (patch) | |
tree | 005ae8e3d5f65eca61e3995bb8c42b7e0eec6163 | |
parent | 6a278248e59acf9f347431712276b1fb0c70f5d0 (diff) | |
download | forums-7e4b7a154214f1663a28244282e551beb59d7d8b.tar forums-7e4b7a154214f1663a28244282e551beb59d7d8b.tar.gz forums-7e4b7a154214f1663a28244282e551beb59d7d8b.tar.bz2 forums-7e4b7a154214f1663a28244282e551beb59d7d8b.tar.xz forums-7e4b7a154214f1663a28244282e551beb59d7d8b.zip |
[ticket/11959] Fix the NOTIFICATION_QUOTE_TRIMMED text.
PHPBB3-11959
-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 c171ae5874..eb8f7ce2a6 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -440,7 +440,7 @@ $lang = array_merge($lang, array( 'NOTIFICATION_POST_IN_QUEUE' => 'A new post titled "%2$s" was posted by %1$s and needs approval.', 'NOTIFICATION_QUOTE' => '%1$s quoted you in the post "%2$s".', 'NOTIFICATION_QUOTE_TRIMMED' => array( - 2 => '%1$s and %3$d others replied to the topic ā%2$sā', + 2 => '%1$s and %3$d quoted you in the post ā%2$sā', ), 'NOTIFICATION_REPORT_PM' => '%1$s reported a Private Message "%2$s" for reason: "%3$s".', 'NOTIFICATION_REPORT_POST' => '%1$s reported a post "%2$s" for reason: "%3$s".', |