Automatically open mail when fetching Anisette data and update error message to accomodate

This commit is contained in:
Josh-WikiRealty
2022-02-02 16:10:16 -08:00
committed by Joseph Mattello
parent 070cb6c873
commit 353d105c04
2 changed files with 10 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ NSErrorUserInfoKey const ALTOperatingSystemVersionErrorKey = @"ALTOperatingSyste
return NSLocalizedString(@"Make sure you have trusted this device with your computer and Wi-Fi sync is enabled.", @"");
case ALTServerErrorPluginNotFound:
return NSLocalizedString(@"Make sure Mail is running and the plug-in is enabled in Mail's preferences.", @"");
return NSLocalizedString(@"Mail has been automatically opened, try again in a moment. Otherwise, make sure plug-in is enabled in Mail's preferences.", @"");
case ALTServerErrorMaximumFreeAppLimitReached:
#if TARGET_OS_OSX