From 272d7aa8d65ad309c967861f558c6979dca5ab8c Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Sun, 30 Oct 2022 09:33:36 +1000 Subject: [PATCH] =?UTF-8?q?Fix=20incorrect=20=E2=80=9Cit=E2=80=99s?= =?UTF-8?q?=E2=80=9D=20in=20spawn=20binaries=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TrollStore/TSAppInfo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollStore/TSAppInfo.m b/TrollStore/TSAppInfo.m index 9a85454..8bfe547 100644 --- a/TrollStore/TSAppInfo.m +++ b/TrollStore/TSAppInfo.m @@ -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) {