mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1970061 [[Enhancement] Popup not translatable in Transifex](https://bugs.launchpad.net/calibre/+bug/1970061)
This commit is contained in:
parent
50a2be5ce7
commit
7752b02a73
@ -124,7 +124,7 @@ class TagEditor(QDialog, Ui_TagEditor):
|
||||
row_indices = list(self.available_tags.selectionModel().selectedRows())
|
||||
|
||||
if not row_indices:
|
||||
error_dialog(self, 'No tags selected', 'You must select at least one tag from the list of Available tags.').exec()
|
||||
error_dialog(self, _('No tags selected'), _('You must select at least one tag from the list of Available tags.')).exec()
|
||||
return
|
||||
if not confirm(
|
||||
_('Deleting tags is done immediately and there is no undo.'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user