mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-17 02:33:27 +01:00
Improves some ALTServerError descriptions
This commit is contained in:
@@ -39,10 +39,10 @@ NSErrorDomain const AltServerInstallationErrorDomain = @"com.rileytestut.AltServ
|
|||||||
return NSLocalizedString(@"Lost connection to AltServer.", @"");
|
return NSLocalizedString(@"Lost connection to AltServer.", @"");
|
||||||
|
|
||||||
case ALTServerErrorDeviceNotFound:
|
case ALTServerErrorDeviceNotFound:
|
||||||
return NSLocalizedString(@"AltServer could not locate this device.", @"");
|
return NSLocalizedString(@"AltServer could not find this device.", @"");
|
||||||
|
|
||||||
case ALTServerErrorDeviceWriteFailed:
|
case ALTServerErrorDeviceWriteFailed:
|
||||||
return NSLocalizedString(@"Failed to write app data to phone.", @"");
|
return NSLocalizedString(@"Failed to write app data to device.", @"");
|
||||||
|
|
||||||
case ALTServerErrorInvalidRequest:
|
case ALTServerErrorInvalidRequest:
|
||||||
return NSLocalizedString(@"AltServer received an invalid request.", @"");
|
return NSLocalizedString(@"AltServer received an invalid request.", @"");
|
||||||
|
|||||||
Reference in New Issue
Block a user