mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:13:38 +02:00
...
This commit is contained in:
parent
958ae79839
commit
d07d53bc4b
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def show_disclaimer(self):
|
|||
'You also get DRM status and other useful information.')
|
||||
+ '<p>' +
|
||||
_('All transactions (paid or otherwise) are handled between '
|
||||
'you and the particular website. '
|
||||
'you and the book seller. '
|
||||
'Calibre is not part of this process and any issues related '
|
||||
'to a purchase should be directed to the website you are '
|
||||
'buying from. Be sure to double check that any books you get '
|
||||
|
|
@ -63,3 +63,4 @@ def show_disclaimer(self):
|
|||
parent=self.gui, show_cancel_button=False,
|
||||
confirm_msg=_('Show this message again'),
|
||||
pixmap='dialog_information.png', title=_('About Get Books'))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue