From: Joshua Rüsweg Date: Wed, 29 Aug 2018 13:33:24 +0000 (+0200) Subject: Fix class descriptions X-Git-Tag: 5.2.0_Alpha_1~364^2~52 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=28e2a7b76b90b3b297ace63e92c119087ed64f45;p=GitHub%2FWoltLab%2FWCF.git Fix class descriptions See #2642 --- diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php index fc294e6bc5..3fa3ac567f 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php @@ -6,7 +6,7 @@ use wcf\data\user\UserProfile; use wcf\system\user\notification\object\ArticleUserNotificationObject; /** - * Notification event for receiving a user trophy. + * Notification event for new articles. * * @author Joshua Ruesweg * @copyright 2001-2018 WoltLab GmbH diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php index 764d6bab3b..58cc9260ef 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php @@ -5,7 +5,7 @@ use wcf\data\article\ArticleList; use wcf\system\user\notification\object\ArticleUserNotificationObject; /** - * Represents a gallery image as a notification object type. + * Represents a article as a notification object type. * * @author Joshua Ruesweg * @copyright 2001-2018 WoltLab GmbH