mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 01:56:14 +01:00
string changes
This commit is contained in:
parent
691a281b75
commit
9789484a06
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ def choose_manually(filetype, parent):
|
|||
if os.path.isdir(ans):
|
||||
app = get_bundle_data(ans)
|
||||
if app is None:
|
||||
error_dialog(parent, _('Invalid Application'), _(
|
||||
error_dialog(parent, _('Invalid application'), _(
|
||||
'%s is not a valid macOS application bundle.') % ans, show=True)
|
||||
return
|
||||
return app
|
||||
|
|
|
|||
Loading…
Reference in a new issue