minor grammar fix in the logging output

This commit is contained in:
Zunayed Ali
2015-01-24 00:00:01 -05:00
committed by flyingrub
parent 32b0e56a4c
commit f504734535

View File

@@ -387,7 +387,7 @@ def download_track(track, playlist_name=None):
except:
log('Error trying to set the tags...', strverbosity=0)
else:
log('This type of audio don\'t support tag...', strverbosity=0)
log('This type of audio doesn\'t support tagging...', strverbosity=0)
else:
if arguments["-c"]:
log(title + " already Downloaded", strverbosity=1)