mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
958ae79839
commit
d07d53bc4b
@ -52,7 +52,7 @@ class StoreAction(InterfaceAction):
|
|||||||
'You also get DRM status and other useful information.')
|
'You also get DRM status and other useful information.')
|
||||||
+ '<p>' +
|
+ '<p>' +
|
||||||
_('All transactions (paid or otherwise) are handled between '
|
_('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 '
|
'Calibre is not part of this process and any issues related '
|
||||||
'to a purchase should be directed to the website you are '
|
'to a purchase should be directed to the website you are '
|
||||||
'buying from. Be sure to double check that any books you get '
|
'buying from. Be sure to double check that any books you get '
|
||||||
@ -63,3 +63,4 @@ class StoreAction(InterfaceAction):
|
|||||||
parent=self.gui, show_cancel_button=False,
|
parent=self.gui, show_cancel_button=False,
|
||||||
confirm_msg=_('Show this message again'),
|
confirm_msg=_('Show this message again'),
|
||||||
pixmap='dialog_information.png', title=_('About Get Books'))
|
pixmap='dialog_information.png', title=_('About Get Books'))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user