mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke
synced 2024-11-27 17:50:21 +00:00
Move ''' into PLURAL
It makes the message look more well-formed. It possibly works with ''' before the PLURAL, but it looks weird that it's opened once, but closed twice. The usual practice is took keep such markup inside PLURAL. Change-Id: Ic11163f217826ffab0562590570eee8e518226f4
This commit is contained in:
parent
2042db41a7
commit
3f6b7c8919
|
@ -28,7 +28,7 @@
|
|||
"nuke-deleted": "Page '''$1''' has been deleted.",
|
||||
"nuke-deletion-queued": "Page '''$1''' has been queued for deletion.",
|
||||
"nuke-not-deleted": "Page [[:$1]] '''could not''' be deleted.",
|
||||
"nuke-skipped-summary": "'''{{PLURAL:$1|One page''' was|$1 pages''' were}} not selected for deletion.",
|
||||
"nuke-skipped-summary": "{{PLURAL:$1|'''One page''' was|'''$1 pages''' were}} not selected for deletion.",
|
||||
"nuke-skipped": "[[:$1]] ([[:$2|talk]] {{int:pipe-separator}} [[{{ns:special}}:PageHistory/$1|history]])",
|
||||
"nuke-delete-more": "[[Special:Nuke|Delete more pages]]",
|
||||
"nuke-pattern": "SQL LIKE pattern (e.g. %) for the page name:",
|
||||
|
|
Loading…
Reference in a new issue