From cd26253e5adcaa0a0c7ee7d9067f6d2d1d2f4112 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Wed, 11 Jul 2018 09:06:12 +0200 Subject: MacGui: make it possible to localise the default chapters titles. --- macosx/HBTitle.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx') diff --git a/macosx/HBTitle.m b/macosx/HBTitle.m index 36508643b..e718624a7 100644 --- a/macosx/HBTitle.m +++ b/macosx/HBTitle.m @@ -291,7 +291,7 @@ extern NSString *keySubTrackType; } else { - title = [NSString stringWithFormat:@"Chapter %d", i + 1]; + title = [NSString stringWithFormat:NSLocalizedString(@"Chapter %d", "Title -> chapter name"), i + 1]; } [chapters addObject:[[HBChapter alloc] initWithTitle:title -- cgit v1.2.3