Skip to content

Commit

Permalink
Grammarrrrrrr (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderDijkxhoorn committed May 1, 2024
1 parent 1e03575 commit 4504b49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")];
}
}
}
Expand Down

0 comments on commit 4504b49

Please sign in to comment.