mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Change songs(s) to song(s)
This makes more sense as all the other ouput handles plural this way in the file.
This commit is contained in:
parent
8193797bba
commit
aca3677500
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class SyncMedia extends Command
|
|||
|
||||
Media::sync(null, $this);
|
||||
|
||||
$this->output->writeln("<info>Completed! {$this->synced} new or updated songs(s)</info>, "
|
||||
$this->output->writeln("<info>Completed! {$this->synced} new or updated song(s)</info>, "
|
||||
."{$this->ignored} unchanged song(s), "
|
||||
."and <comment>{$this->invalid} invalid file(s)</comment>.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue