diff options
author | rechosen <rechosen@gmail.com> | 2013-08-13 17:05:55 +0200 |
---|---|---|
committer | rechosen <rechosen@gmail.com> | 2013-08-13 17:05:55 +0200 |
commit | 564a7cc89dcd2464024b78fe2e70adef771368f2 (patch) | |
tree | 2fadb20b552ca14548209cc4609fd1fe21ffd18b | |
parent | ef4eda3855ea7df9611de0abcb5308e0129e406f (diff) | |
download | forums-564a7cc89dcd2464024b78fe2e70adef771368f2.tar forums-564a7cc89dcd2464024b78fe2e70adef771368f2.tar.gz forums-564a7cc89dcd2464024b78fe2e70adef771368f2.tar.bz2 forums-564a7cc89dcd2464024b78fe2e70adef771368f2.tar.xz forums-564a7cc89dcd2464024b78fe2e70adef771368f2.zip |
[ticket/11786] Further improve wording in phpbb/notification/type/quote.php
Further improve wording in phpbb/notification/type/quote.php per suggestion of
imkingdavid.
PHPBB3-11786
-rw-r--r-- | phpBB/phpbb/notification/type/quote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/quote.php b/phpBB/phpbb/notification/type/quote.php index 041d9765d5..5a626aa211 100644 --- a/phpBB/phpbb/notification/type/quote.php +++ b/phpBB/phpbb/notification/type/quote.php @@ -17,7 +17,7 @@ if (!defined('IN_PHPBB')) /** * Post quoting notifications class -* This class handles notifications for users being quoted in a post +* This class handles notifying users when they have been quoted in a post * * @package notifications */ |