This commit is contained in:
Kovid Goyal 2011-04-21 20:24:00 -06:00
parent 958ae79839
commit d07d53bc4b

View File

@ -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'))