This commit is contained in:
Kovid Goyal 2013-12-08 09:08:58 +05:30
parent b8c52790bc
commit 9fee9ec41f

View File

@ -287,7 +287,7 @@ class UnpackBookAction(InterfaceAction):
name = 'Unpack Book'
action_spec = (_('Unpack Book'), 'unpack-book.png',
_('Unpack books in the EPUB, AZW3, HTMLZ formats into their individual components'), None)
_('Unpack books in the EPUB, AZW3, HTMLZ formats into their individual components'), 'U')
dont_add_to = frozenset(['context-menu-device'])
action_type = 'current'