Skip to content

Commit

Permalink
Fix typo in the image image_update summary. (#3588)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles authored Jan 9, 2018
1 parent 9c39360 commit 8bb6e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medusa/server/web/manage/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def massUpdate(self, toUpdate=None, toRefresh=None, toRename=None, toDelete=None
if subtitles:
message += '\nSubtitles: {0}'.format(len(subtitles))
if image_update:
message += '\nImage update: {0}'.format(len(subtitles))
message += '\nImage updates: {0}'.format(len(image_update))

if message:
ui.notifications.message('Queued actions:', message)
Expand Down

0 comments on commit 8bb6e22

Please sign in to comment.