Skip to content

Commit

Permalink
Fix PEP8, oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
declension authored and lazka committed Apr 15, 2015
1 parent 563a097 commit 545cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quodlibet/quodlibet/qltk/songsmenu.py
Expand Up @@ -60,7 +60,7 @@ class ConfirmMultiAlbumInvoke(WarningMessage):
def __init__(self, parent, plugin_name, count):
title = ngettext("Run the plugin \"%(name)s\" on %(count)d album?",
"Run the plugin \"%(name)s\" on %(count)d albums?",
count) % {'name':plugin_name, 'count': count}
count) % {'name': plugin_name, 'count': count}

super(ConfirmMultiAlbumInvoke, self).__init__(
get_top_parent(parent),
Expand Down

0 comments on commit 545cd5c

Please sign in to comment.