jenkins-bot has submitted this change and it was merged.

Change subject: Category and File links should be namespace escaped
......................................................................


Category and File links should be namespace escaped

Bug: 47924
Change-Id: I912e9d2a35ff956fe7604c719b6ba9d2c3d2fd6d
---
M Echo.i18n.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Kaldari: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Echo.i18n.php b/Echo.i18n.php
index 58b0c72..8c0e1ea 100644
--- a/Echo.i18n.php
+++ b/Echo.i18n.php
@@ -59,7 +59,7 @@
        'echo-quotation-marks' => '"$1"',
        'notification-edit-talk-page2' => '[[User:$1|$1]] {{GENDER:$1|posted}} 
on your [[User talk:$2|talk page]].',
        'notification-edit-talk-page-flyout2' => '<b>$1</b> 
{{GENDER:$1|posted}} on your [[User talk:$2|talk page]].',
-       'notification-page-linked' => '[[$2|$2]] was {{GENDER:$1|linked}} from 
[[$3|$3]]: [[Special:WhatLinksHere/$2|See all links to this page]]',
+       'notification-page-linked' => '[[:$2]] was {{GENDER:$1|linked}} from 
[[:$3]]: [[Special:WhatLinksHere/$2|See all links to this page]]',
        'notification-page-linked-flyout' => '<b>$2</b> was 
{{GENDER:$1|linked}} from <b>$3</b>: [[Special:WhatLinksHere/$2|See all links 
to this page]]',
        'notification-add-comment2' => '[[User:$1|$1]] {{GENDER:$1|commented}} 
on "[[$3|$2]]" on the "$4" talk page',
        'notification-add-talkpage-topic2' => '[[User:$1|$1]] 
{{GENDER:$1|posted}} a new topic "$2" on [[$3]]',
@@ -73,7 +73,7 @@
        'notification-user-rights-remove' => 'You are no longer a member of 
{{PLURAL:$2|this group|these groups}}: $1',
        'notification-talkpage-content' => '$1', ## Do not translate unless you 
deliberately want to change behaviour
        'notification-new-user' => "Welcome to {{SITENAME}}, $1! We're glad 
you're here.",
-       'notification-reverted2' => 'Your {{PLURAL:$4|edit on [[$2]] has|edits 
on [[$2]] have}} been {{GENDER:$1|reverted}} by [[User:$1|$1]] $3',
+       'notification-reverted2' => 'Your {{PLURAL:$4|edit on [[:$2]] has|edits 
on [[:$2]] have}} been {{GENDER:$1|reverted}} by [[User:$1|$1]] $3',
        'notification-reverted-flyout2' => 'Your {{PLURAL:$4|edit on <b>$2</b> 
has|edits on <b>$2</b> have}} been {{GENDER:$1|reverted}} by <b>$1</b> $3',
        'notification-edit-talk-page-email-subject2' => 'You have a new 
talkpage message',
        'notification-edit-talk-page-email-body2' => '$1

-- 
To view, visit https://gerrit.wikimedia.org/r/61900
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I912e9d2a35ff956fe7604c719b6ba9d2c3d2fd6d
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: Lwelling <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to