From cc438b333e62bf287ced5a0926af9705efe592d1 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Sun, 14 Jul 2013 11:11:19 -0400 Subject: [PATCH] Link, not display, files on [[Special:Notifications]] The message for notification-thanks needs to use the "colon trick" so that files and categories are linked rather than displayed. Change-Id: Ifc160cf9d6eb9050f94d07c15d8e622ffbca56ff --- Thanks.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thanks.i18n.php b/Thanks.i18n.php index b1824e23..9471bca7 100644 --- a/Thanks.i18n.php +++ b/Thanks.i18n.php @@ -23,7 +23,7 @@ $messages['en'] = array( 'echo-pref-tooltip-edit-thank' => 'Notify me when someone thanks me for an edit I made.', 'echo-category-title-edit-thank' => 'Thanks', '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-flyout2' => '[[User:$1|$1]] {{GENDER:$1|thanked}} you for your edit on $2.', '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.