Skip to content

Commit

Permalink
Merge pull request #318 from DetachHead/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect “it’s” in spawn binaries message
  • Loading branch information
opa334 authored Oct 30, 2022
2 parents 1c3e18c + 272d7aa commit ef6b701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrollStore/TSAppInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ - (NSAttributedString*)detailedInfoDescription
[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)
{
Expand Down

0 comments on commit ef6b701

Please sign in to comment.