mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 22:53:37 +02:00
String change
This commit is contained in:
parent
990dce338d
commit
2a553f1b68
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ def accept(self):
|
|||
'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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue