mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
691a281b75
commit
9789484a06
@ -210,7 +210,7 @@ elif ismacos:
|
|||||||
if os.path.isdir(ans):
|
if os.path.isdir(ans):
|
||||||
app = get_bundle_data(ans)
|
app = get_bundle_data(ans)
|
||||||
if app is None:
|
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)
|
'%s is not a valid macOS application bundle.') % ans, show=True)
|
||||||
return
|
return
|
||||||
return app
|
return app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user