[ticket/11786] Fix typo and ugly English in the notification system PHPDoc

The notification system contained two PHPDoc lines that needed improvement.

PHPBB3-11786
This commit is contained in:
rechosen 2013-08-13 16:20:45 +02:00
parent 585f692e31
commit a92669994b
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ if (!defined('IN_PHPBB'))
/**
* Post quoting notifications class
* This class handles notifications for quoting users in a post
* This class handles notifications for users being quoted in a post
*
* @package notifications
*/

View file

@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
}
/**
* Private message reproted notifications class
* Private message reported notifications class
* This class handles notifications for private messages when they are reported
*
* @package notifications