Make WordPress Core


Ignore:
Timestamp:
08/06/2009 12:40:39 AM (17 years ago)
Author:
azaozz
Message:

Notice fixes, props mrmist, see #4529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r11778 r11779  
    133133        }
    134134        if ( $untrashed > 0 ) {
    135             printf( _n( '%s comment removed from the trash', '%s comments removed from the trash', $untrashed ), $untrashed );
     135            printf( _n( '%s comment restored from the trash', '%s comments restored from the trash', $untrashed ), $untrashed );
    136136            echo '<br />';
    137137        }
Note: See TracChangeset for help on using the changeset viewer.