From 4504b49b767d382daf756b7385992cecd9115592 Mon Sep 17 00:00:00 2001 From: Sander Dijkxhoorn <15117158+sanderDijkxhoorn@users.noreply.github.com> Date: Wed, 1 May 2024 23:28:17 +0200 Subject: [PATCH] Grammarrrrrrr (#550) --- .../UI/Settings/PSLists/DOPSExploitListItemsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Dopamine/UI/Settings/PSLists/DOPSExploitListItemsController.m b/Application/Dopamine/UI/Settings/PSLists/DOPSExploitListItemsController.m index 450040ebc..7d4498ee2 100644 --- a/Application/Dopamine/UI/Settings/PSLists/DOPSExploitListItemsController.m +++ b/Application/Dopamine/UI/Settings/PSLists/DOPSExploitListItemsController.m @@ -21,7 +21,7 @@ - (NSArray *)specifiers NSString *recommendedIdentifier = [[self specifier] propertyForKey:@"recommendedExploitIdentifier"]; for (PSSpecifier *specifier in _specifiers) { if ([specifier.identifier isEqualToString:recommendedIdentifier]) { - specifier.name = [NSString stringWithFormat:@"%@ (%@)", specifier.name, DOLocalizedString(@"Recommeded")]; + specifier.name = [NSString stringWithFormat:@"%@ (%@)", specifier.name, DOLocalizedString(@"Recommended")]; } } }