mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d522770230
commit
385fcfbba6
@ -381,7 +381,7 @@ class Diff(Dialog):
|
|||||||
|
|
||||||
def string_diff(self, left, right, **kw):
|
def string_diff(self, left, right, **kw):
|
||||||
with self:
|
with self:
|
||||||
identical = self.apply_diff(kw.pop('identical_msg', None) or _('The strings are identical'), *string_diff(left, right, **kw))
|
identical = self.apply_diff(kw.pop('identical_msg', None) or _('No differences found'), *string_diff(left, right, **kw))
|
||||||
self.view.finalize()
|
self.view.finalize()
|
||||||
if identical:
|
if identical:
|
||||||
self.reject()
|
self.reject()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user