[vlc-commits] macosx: add missing l10n for metadata access checkbox
David Fuhrmann
git at videolan.org
Mon Jun 9 13:33:55 CEST 2014
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jun 8 13:23:57 2014 +0200| [90ca155ffc8467db834e3d0488be4fda31b1995c] | committer: David Fuhrmann
macosx: add missing l10n for metadata access checkbox
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90ca155ffc8467db834e3d0488be4fda31b1995c
---
modules/gui/macosx/simple_prefs.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 6c6958e..3b89472 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -363,6 +363,7 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
[o_intf_appleremote_ckb setTitle: _NS("Control playback with the Apple Remote")];
[o_intf_appleremote_sysvol_ckb setTitle: _NS("Control system volume with the Apple Remote")];
[o_intf_mediakeys_ckb setTitle: _NS("Control playback with media keys")];
+ [o_intf_art_ckb setTitle: _NS("Allow metadata network access")];
[o_intf_update_ckb setTitle: _NS("Automatically check for updates")];
[o_intf_last_update_lbl setStringValue: @""];
[o_intf_enableGrowl_ckb setTitle: _NS("Enable Growl notifications (on playlist item change)")];
More information about the vlc-commits
mailing list