From 041d228b23f622ee86a528f8c667e048503c226e Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Sat, 9 Jun 2018 10:06:52 +0200 Subject: MacGui: improve NSLocalizedString comments. --- macosx/HBPicture+UIAdditions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBPicture+UIAdditions.m') diff --git a/macosx/HBPicture+UIAdditions.m b/macosx/HBPicture+UIAdditions.m index dee5aa8c3..39b0d378d 100644 --- a/macosx/HBPicture+UIAdditions.m +++ b/macosx/HBPicture+UIAdditions.m @@ -91,7 +91,7 @@ - (NSString *)shortInfo { - return [NSString stringWithFormat:NSLocalizedString(@"%dx%d Storage, %dx%d Display", nil), self.width, self.height, self.displayWidth, self.height]; + return [NSString stringWithFormat:NSLocalizedString(@"%dx%d Storage, %dx%d Display", @"HBPicture -> short info"), self.width, self.height, self.displayWidth, self.height]; } + (NSSet *)keyPathsForValuesAffectingSummary -- cgit v1.2.3