Changeset 1603

Show
Ignore:
Timestamp:
04/19/08 11:59:03 (3 months ago)
Author:
Neal
Message:

Moved a hardcoded string into the language files.

Files:

Legend:

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

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

    r1587 r1603  
    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  
     581'Prune redirect'                                =>      'Posts pruned. Redirecting 
', 
    582582// admin_ranks 
    583583'Rank'                                                  =>      'Rank',