mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-21 13:41:30 +02:00
Removed gettext related functions
This commit is contained in:
@@ -13,7 +13,8 @@ class InvalidBook(ValueError):
|
||||
class DRMError(_DRMError):
|
||||
|
||||
def __init__(self):
|
||||
super(DRMError, self).__init__(_('This file is locked with DRM. It cannot be edited.'))
|
||||
super(DRMError, self).__init__('This file is locked with DRM. It '
|
||||
'cannot be edited.')
|
||||
|
||||
|
||||
class MalformedMarkup(ValueError):
|
||||
|
||||
Reference in New Issue
Block a user