From 993afb74396f1b8f07f3667302cfbe2d73b41865 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Fri, 23 Feb 2024 16:34:49 +0000 Subject: [PATCH] SpecialThanks: Document generated i18n keys Change-Id: Iab2de23b68475d17d2a488001a8424b7258acd3e --- includes/SpecialThanks.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/SpecialThanks.php b/includes/SpecialThanks.php index d202951f..1d4a3ab6 100644 --- a/includes/SpecialThanks.php +++ b/includes/SpecialThanks.php @@ -117,6 +117,9 @@ class SpecialThanks extends FormSpecialPage { } elseif ( $this->type === 'flow' ) { $msgKey = 'flow-thanks-confirmation-special'; } else { + // The following messages are used here + // * thanks-confirmation-special-rev + // * thanks-confirmation-special-log $msgKey = 'thanks-confirmation-special-' . $this->type; } return '

' . $this->msg( $msgKey )->escaped() . '

';