Changeset 1604

Show
Ignore:
Timestamp:
04/19/08 16:33:12 (3 months ago)
Author:
Neal
Message:

Changed the language entry from [1603] so that it doesn't duplicate the "Redirecting..." text.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/admin/prune.php

    r1603 r1604  
    7878                delete_orphans(); 
    7979 
    80                 redirect(pun_link($pun_url['admin_prune']), $lang_admin['Prune redirect']); 
     80                redirect(pun_link($pun_url['admin_prune']), $lang_admin['Prune done'].' '.$lang_admin['Redirect']); 
    8181        } 
    8282 
  • branches/punbb-1.3-dev/upload/lang/English/admin.php

    r1603 r1604  
    579579'Days to prune message'                 =>      'Days to prune must be a positive integer.', 
    580580'No days old message'                   =>      'There are no topics that are as old as you have specified. Please decrease the value of "Days old" and try again.', 
    581 'Prune redirect'                                =>      'Posts pruned. Redirecting 
', 
     581'Prune done'                                    =>      'Posts pruned.', 
     582 
    582583// admin_ranks 
    583584'Rank'                                                  =>      'Rank',