Fix #1263177 [Typo ("a the") in user-visible message](https://bugs.launchpad.net/calibre/+bug/1263177)

This commit is contained in:
Kovid Goyal 2013-12-20 23:33:06 +05:30
parent 72d2a7e372
commit 57f6dcf579

View File

@ -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)