From d07d53bc4b1ef8017b939c572799db9e5d42a91c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Apr 2011 20:24:00 -0600 Subject: [PATCH] ... --- src/calibre/gui2/actions/store.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/store.py b/src/calibre/gui2/actions/store.py index aa54cbcc04..b38caa8422 100644 --- a/src/calibre/gui2/actions/store.py +++ b/src/calibre/gui2/actions/store.py @@ -52,7 +52,7 @@ class StoreAction(InterfaceAction): 'You also get DRM status and other useful information.') + '

' + _('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 @@ class StoreAction(InterfaceAction): parent=self.gui, show_cancel_button=False, confirm_msg=_('Show this message again'), pixmap='dialog_information.png', title=_('About Get Books')) +