From 1ead1f8b190de674b69439a51b6d5f89697a7197 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 1 Jun 2013 07:51:46 +0530 Subject: [PATCH] ... --- src/calibre/gui2/toc/location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/toc/location.py b/src/calibre/gui2/toc/location.py index 58f69ea159..944acc7c8d 100644 --- a/src/calibre/gui2/toc/location.py +++ b/src/calibre/gui2/toc/location.py @@ -232,7 +232,7 @@ class ItemEdit(QWidget): body = root.xpath('//*[local-name()="body"]') if not body: return error_dialog(self, _('Bad markup'), - _('This book has severely broken markup, it\'s ToC cannot be edited.'), show=True) + _('This book has severely broken markup, its ToC cannot be edited.'), show=True) for x in reversed(nasty): body[0].insert(0, x) self.container.commit_item(name, keep_parsed=True)