[vlc-commits] macosx/about: add missing l10n
Felix Paul Kühne
git at videolan.org
Tue Apr 16 23:31:30 CEST 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Apr 16 23:31:30 2013 +0200| [5569732689cf40078e0ef131a6ddf0581269fde5] | committer: Felix Paul Kühne
macosx/about: add missing l10n
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5569732689cf40078e0ef131a6ddf0581269fde5
---
modules/gui/macosx/about.m | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/modules/gui/macosx/about.m b/modules/gui/macosx/about.m
index 6771708..086ff63 100644
--- a/modules/gui/macosx/about.m
+++ b/modules/gui/macosx/about.m
@@ -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;
More information about the vlc-commits
mailing list