https://bugzilla.wikimedia.org/show_bug.cgi?id=31104

--- Comment #1 from Reedy <s...@reedyboy.net> 2011-09-23 00:05:25 UTC ---
(In reply to comment #0)
> Do not repeat "Return to Main page" under every deleted item on Special:Nuke.
> 
> 
> Currently it is like:
> 
> Foo has been deleted. See Special:Log/delete for a record of recent deletions.
>   Return to Main page.
> Bar has been deleted. See Special:Log/delete for a record of recent deletions.
>   Return to Main page.
> Baz has been deleted. See Special:Log/delete for a record of recent deletions.
>   Return to Main page.
> 
> 
> Should be:
> 
> Foo has been deleted. See Special:Log/delete for a record of recent deletions.
> Bar has been deleted. See Special:Log/delete for a record of recent deletions.
> Baz has been deleted. See Special:Log/delete for a record of recent deletions.
>   Return to Main page.
> 
> 
> Or even better:
> 
> The following pages have been deleted:
> * Foo
> * Bar
> * Baz
> See Special:Log/delete for a record of recent deletions.
> 
> Return to Main page.


Looking at the i18n file for Nuke.. Those look like localised messages...


$messages['en'] = array(
    'nuke'               => 'Mass delete',
    'nuke-desc'          => 'Gives administrators the ability to
[[Special:Nuke|mass delete]] pages',
    'nuke-nopages'       => "No new pages by [[Special:Contributions/$1|$1]] in
recent changes.",
    'nuke-list'          => "The following pages were recently created by
[[Special:Contributions/$1|$1]];
put in a comment and hit the button to delete them.",
    'nuke-list-multiple' => 'The following pages were recently created;
put in a comment and hit the button to delete them.',
    'nuke-defaultreason' => "Mass deletion of pages added by $1",
    'nuke-tools'         => 'This tool allows for mass deletions of pages
recently added by a given user or an IP address.
Input the username or IP address to get a list of pages to delete, or leave
blank for all users.',
    'nuke-submit-user'   => 'Go',
    'nuke-submit-delete' => 'Delete selected',
    'right-nuke'         => 'Mass delete pages',
    'nuke-select'        => 'Select: $1',
    'nuke-userorip'      => 'Username, IP address or blank:',
    'nuke-maxpages'      => 'Maximum number of pages:',
    'nuke-multiplepeople'=> 'multiple users',
    'nuke-editby'        => 'Created by [[Special:Contributions/$1|$1]]',
    'nuke-deleted'       => "Page '''$1''' has been deleted.",
    'nuke-not-deleted'   => "Page [[:$1]] '''could not''' be deleted.",
);

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to