diff --git a/TrollStore/TSApplicationsManager.m b/TrollStore/TSApplicationsManager.m index ef00d18..652c051 100644 --- a/TrollStore/TSApplicationsManager.m +++ b/TrollStore/TSApplicationsManager.m @@ -95,7 +95,7 @@ errorDescription = @"The app is not signed with a fake CoreTrust certificate and ldid is not installed. Install ldid in the settings tab and try again."; break; case 174: - errorDescription = @"The app's main executable does not exists."; + errorDescription = @"The app's main executable does not exist."; break; case 175: errorDescription = @"Failed to sign the app. ldid returned a non zero status code.";