mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1263177 [Typo ("a the") in user-visible message](https://bugs.launchpad.net/calibre/+bug/1263177)
This commit is contained in:
parent
72d2a7e372
commit
57f6dcf579
@ -773,7 +773,7 @@ class Boss(QObject):
|
||||
mt = current_container().mime_map[name]
|
||||
except KeyError:
|
||||
return error_dialog(self.gui, _('Does not exist'), _(
|
||||
'The file %s does not exist. If you were trying to click a'
|
||||
'The file %s does not exist. If you were trying to click an item in'
|
||||
' the Table of Contents, you may'
|
||||
' need to refresh it by right-clicking and choosing "Refresh".') % name, show=True)
|
||||
syntax = syntax_from_mime(name, mt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user