Make WordPress Core


Ignore:
Timestamp:
03/19/2008 04:00:09 PM (17 years ago)
Author:
ryan
Message:

ngettext fixes from nbachiyski. fixes #6261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/textpattern.php

    r7072 r7397  
    178178            // Store category translation for future use
    179179            add_option('txpcat2wpcat',$txpcat2wpcat);
    180             echo '<p>'.sprintf(__('Done! <strong>%1$s</strong> categories imported.'), $count).'<br /><br /></p>';
     180            echo '<p>'.sprintf(__ngettext('Done! <strong>%1$s</strong> category imported.', 'Done! <strong>%1$s</strong> categories imported.', $count), $count).'<br /><br /></p>';
    181181            return true;
    182182        }
Note: See TracChangeset for help on using the changeset viewer.