X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Categories%2FNSRunningApplication%2BNJPossibleNames.m;h=895134cb9aef5319c700ba983093d34e467a1b77;hp=a3fdaf581111c6501611033c07ce2c5db6c1436f;hb=235c087385a6e959ba7edefe4a3cbbbc00b2a534;hpb=1ddf0ccce8bbc789483ae087390c2e93abdbd7ea diff --git a/Categories/NSRunningApplication+NJPossibleNames.m b/Categories/NSRunningApplication+NJPossibleNames.m index a3fdaf5..895134c 100644 --- a/Categories/NSRunningApplication+NJPossibleNames.m +++ b/Categories/NSRunningApplication+NJPossibleNames.m @@ -45,8 +45,13 @@ return self.localizedName; else if (self.bundleIdentifier) return self.bundleIdentifier; - else - return @"@Application"; + else { + return NSLocalizedString(@"@Application", + @"Magic string to trigger automatic " + @"mapping renames. It should look like " + @"an identifier rather than normal " + @"word, with the @ on the front."); + } } @end