mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-23 22:44:42 +00:00
Merge "SpecialThanks: Document generated i18n keys"
This commit is contained in:
commit
6f84512327
|
@ -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 '<p>' . $this->msg( $msgKey )->escaped() . '</p>';
|
||||
|
|
Loading…
Reference in a new issue