string changes

This commit is contained in:
Kovid Goyal 2020-11-01 13:18:16 +05:30
parent 691a281b75
commit 9789484a06
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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