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:
Chris 2015-12-29 23:56:19 -08:00
parent 8193797bba
commit aca3677500

View file

@ -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>.");
}