mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-23 22:44:42 +00:00
Merge "Making agents and pages bold in flyout notifications per specs"
This commit is contained in:
commit
ca9b1ab628
|
@ -22,7 +22,7 @@ $messages['en'] = array(
|
||||||
'echo-category-title-edit-thank' => 'Thanks',
|
'echo-category-title-edit-thank' => 'Thanks',
|
||||||
'notification-thanks-diff-link' => 'your edit',
|
'notification-thanks-diff-link' => 'your edit',
|
||||||
'notification-thanks' => '[[User:$1|$1]] {{GENDER:$1|thanked}} you for $2 on [[$3]].',
|
'notification-thanks' => '[[User:$1|$1]] {{GENDER:$1|thanked}} you for $2 on [[$3]].',
|
||||||
'notification-thanks-flyout' => '$1 {{GENDER:$1|thanked}} you for $2 on $3.',
|
'notification-thanks-flyout' => '<b>$1</b> {{GENDER:$1|thanked}} you for $2 on <b>$3</b>.',
|
||||||
'notification-thanks-email-subject' => '$1 {{GENDER:$1|thanked}} you for your edit on {{SITENAME}}',
|
'notification-thanks-email-subject' => '$1 {{GENDER:$1|thanked}} you for your edit on {{SITENAME}}',
|
||||||
'notification-thanks-email-body' => '{{SITENAME}} user $1 {{GENDER:$1|thanked}} you for your edit on $2.
|
'notification-thanks-email-body' => '{{SITENAME}} user $1 {{GENDER:$1|thanked}} you for your edit on $2.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue