Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
@@ -24,6 +24,7 @@
{
[super viewDidLoad];
+ self.navigationItem.title = NSLocalizedString(@"ABOUT_APP", @"");
[self.webView loadHTMLString:[NSString stringWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"About Contents" ofType:@"html"] encoding:NSUTF8StringEncoding error:nil] baseURL:nil];
self.webView.delegate = self;
self.aspenVersion.text = [[NSString stringWithFormat:NSLocalizedString(@"VERSION_FORMAT",@""), [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]] stringByAppendingFormat:@" %@", kVLCVersionCodename];