Make WordPress Core


Ignore:
Timestamp:
12/20/2007 05:05:06 PM (17 years ago)
Author:
ryan
Message:

Use ngettext() for plurals. Props darkdragon. see #4865

File:
1 edited

Legend:

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

    r6125 r6430  
    527527            add_option('dclinks2wplinks',$dclinks2wplinks);
    528528            echo '<p>';
    529             printf(__('Done! <strong>%s</strong> links or link categories imported'), $count);
     529            printf(__ngettext('Done! <strong>%s</strong> link or link category imported.', 'Done! <strong>%s</strong> links or link categories imported.', $count), $count);
    530530            echo '<br /><br /></p>';
    531531            return true;
Note: See TracChangeset for help on using the changeset viewer.