Typo fix in the popup for youtube-dl
Needs ReviewPublic

Authored by aaronhoneycutt on May 23 2017, 11:37 PM.

Details

Reviewers
camiloh
Summary

"Song recived!","wait a sec while the track ["+ids.join("\n")+"] is added to your collection :)");

received is spelled wrong there.

Diff Detail

Repository
R852 Babe
Lint
Lint Skipped
Unit
Unit Tests Skipped
cfeck added a subscriber: cfeck.

Thanks Aaron for the patch, it is fine.

The original code, however, needs to be changed to use translation calls. While at it, the string concatenation could be changed to use placeholders.

I am not sure if "babe" uses KDE translation or Qt translation infrastructure.

@cfeck where do I go about bugs on babe? Is github still usable for that?