jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/1055597?usp=email )
Change subject: [IMPR] expand redirect messages to show the old redirect target ......................................................................
[IMPR] expand redirect messages to show the old redirect target
Bug: T254839 Change-Id: I27d8a3f4febe87ca89c88297da0a34c9815ca790 --- M redirect/en.json M redirect/qqq.json 2 files changed, 6 insertions(+), 6 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/redirect/en.json b/redirect/en.json index 9bf65ea..ace067d 100644 --- a/redirect/en.json +++ b/redirect/en.json @@ -5,9 +5,9 @@ ] }, "redirect-broken-redirect-template": "{{db-r1}}", - "redirect-fix-broken-moved": "Fixing broken redirect to moved target page %(to)s", - "redirect-fix-double": "Fixing double redirect to %(to)s", - "redirect-fix-loop": "Fixing redirect loop to %(to)s", + "redirect-fix-broken-moved": "Fixing broken redirect from %(from)s to moved target page %(to)s", + "redirect-fix-double": "Fixing double redirect from %(from)s to %(to)s", + "redirect-fix-loop": "Fixing redirect loop from %(from)s to %(to)s", "redirect-remove-broken": "Redirect to a deleted or non-existent page", "redirect-remove-loop": "Redirect target forms a redirect loop" } diff --git a/redirect/qqq.json b/redirect/qqq.json index ed793f7..4ced5b2 100644 --- a/redirect/qqq.json +++ b/redirect/qqq.json @@ -9,9 +9,9 @@ ] }, "redirect-broken-redirect-template": "{{doc-important|Only use your deletion template like <code><nowiki>{{delete}}</nowiki></code> which exist on your local project.}}\n\nNOTE TO TRANSLATOR: This should only be translated by someone on the Wikipedia of your language code. Thank you.\n\nTemplate for speedy deletion of broken redirect or redirect loops which the bot tags onto the redirect page. This message may contain additional informations like template parameters or reasons for the deletion request.\n\nNOTE: If this system message is not given for a language code, speedy deletion request by a bot is not supported on your site except there is a bot with sysop flag.", - "redirect-fix-broken-moved": "Edit summary when the bot fixes a broken redirect to a moved page whose origin has been deleted.\nParameters:\n* <code>%(to)s</code>: the new redirect target, as a wiki link.", - "redirect-fix-double": "Edit summary when the bot fixes double redirects. <code>%(to)s</code> displays the new redirect target as a wiki link.", - "redirect-fix-loop": "Edit summary when the bot fixes redirect loops. <code>%(to)s</code> displays the new redirect target as a wiki link.", + "redirect-fix-broken-moved": "Edit summary when the bot fixes a broken redirect to a moved page whose origin has been deleted.\nParameters:\n* <code>%(from)s: the old redirect target\n* <code>%(to)s</code>: the new redirect target, as a wiki link.", + "redirect-fix-double": "Edit summary when the bot fixes double redirects.\nParameters:\n* <code>%(from)s: the old redirect target as wiki link\n* <code>%(to)s</code> displays the new redirect target as a wiki link.", + "redirect-fix-loop": "Edit summary when the bot fixes redirect loops.\nParameters:\n* <code>%(from)s: the old redirect target as wiki link\n* <code>%(to)s</code> displays the new redirect target as a wiki link.", "redirect-remove-broken": "Edit summary when the bot tags a deleted or non-existent page for speedy deletion.", "redirect-remove-loop": "Edit summary when the bot tags a redirect loop for speedy deletion." }
pywikibot-commits@lists.wikimedia.org