diff options
Diffstat (limited to 'macosx/HBRange+UIAdditions.m')
-rw-r--r-- | macosx/HBRange+UIAdditions.m | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/macosx/HBRange+UIAdditions.m b/macosx/HBRange+UIAdditions.m index 3bcb31023..27b32081e 100644 --- a/macosx/HBRange+UIAdditions.m +++ b/macosx/HBRange+UIAdditions.m @@ -18,4 +18,11 @@ return chapters; } +- (NSArray *)types +{ + return @[NSLocalizedString(@"Chapters", @""), + NSLocalizedString(@"Seconds", @""), + NSLocalizedString(@"Frames", @"")]; +} + @end |