Commit 55697326 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/about: add missing l10n

parent 1ace73b7
......@@ -88,8 +88,11 @@ static VLAboutBox *_o_sharedInstance = nil;
/* Setup the copyright field */
[o_copyright_field setStringValue: [o_local_dict objectForKey:@"NSHumanReadableCopyright"]];
/* Set the box title */
/* l10n */
[o_about_window setTitle: _NS("About VLC media player")];
[o_credits_btn setTitle: _NS("Credits")];
[o_gpl_btn setTitle: _NS("License")];
[o_authors_btn setTitle: _NS("Authors")];
/* setup the creator / revision field */
NSString *compiler;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment