From 2a553f1b6891b54ceb0fb5bbc3fec397bb66c34a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 27 Sep 2019 19:49:14 +0530 Subject: [PATCH] String change --- src/calibre/gui2/viewer/lookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/viewer/lookup.py b/src/calibre/gui2/viewer/lookup.py index 06254105ba..ac23d2b718 100644 --- a/src/calibre/gui2/viewer/lookup.py +++ b/src/calibre/gui2/viewer/lookup.py @@ -94,7 +94,7 @@ class SourceEditor(Dialog): 'You must specify a name'), show=True) if not self.initial_name and q in self.all_names: return error_dialog(self, _('Name already exists'), _( - 'A look up source with the name {} already exists').format(q), show=True) + 'A lookup source with the name {} already exists').format(q), show=True) if not self.url: return error_dialog(self, _('No name'), _( 'You must specify a URL'), show=True)