mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 15:42:35 +08:00 
			
		
		
		
	Fix incorrect “it’s” in spawn binaries message
This commit is contained in:
		
							parent
							
								
									1c3e18cf98
								
							
						
					
					
						commit
						272d7aa8d6
					
				@ -1015,7 +1015,7 @@ extern UIImage* imageWithSize(UIImage* image, CGSize size);
 | 
			
		||||
	[description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\n\nCapabilities" attributes:headerAttributes]];
 | 
			
		||||
	if(containsRootBinary && canSpawnBinaries && hasPersonaMngmt)
 | 
			
		||||
	{
 | 
			
		||||
		[description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can spawn it's own embedded binaries with root privileges." attributes:bodyDangerAttributes]];
 | 
			
		||||
		[description appendAttributedString:[[NSAttributedString alloc] initWithString:@"\nThe app can spawn its own embedded binaries with root privileges." attributes:bodyDangerAttributes]];
 | 
			
		||||
	}
 | 
			
		||||
	else if(canSpawnBinaries && hasPersonaMngmt)
 | 
			
		||||
	{
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user