-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofbugSomething isn't workingSomething isn't working
Description
contacts/lib/Controller/ImportController.php
Lines 180 to 185 in cf7cbec
| $message = $this->l10n->n( | |
| 'Imported %n contact (skipped %d)', | |
| 'Imported %n contacts (skipped %d)', | |
| count($imported), | |
| [$skipped], | |
| ); |
Both of these numbers can take a different plural form, so this is wrong formulation. (skipped %d) should be in a separate source string.
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofbugSomething isn't workingSomething isn't working
Type
Projects
Status
📄 To do