minor grammar fix in the logging output

master
Zunayed Ali 2015-01-24 00:00:01 -05:00 committed by flyingrub
parent 32b0e56a4c
commit f504734535
1 changed files with 1 additions and 1 deletions

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)