diff options
Diffstat (limited to 'lib/attachmentnoticesection.php')
-rw-r--r-- | lib/attachmentnoticesection.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/attachmentnoticesection.php b/lib/attachmentnoticesection.php index 578c171ff..53a3b63c1 100644 --- a/lib/attachmentnoticesection.php +++ b/lib/attachmentnoticesection.php @@ -64,6 +64,7 @@ class AttachmentNoticeSection extends NoticeSection function title() { + // TRANS: Title. return _('Notices where this attachment appears'); } |