]> git.sesse.net Git - vlc/commitdiff
macosx: add missing l10n for metadata access checkbox
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Sun, 8 Jun 2014 11:23:57 +0000 (13:23 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Mon, 9 Jun 2014 11:33:27 +0000 (13:33 +0200)
modules/gui/macosx/simple_prefs.m

index 6c6958ea6422af8071c1e27d5b5abf57f06e7c49..3b89472a6a07261977193af351aefc4e83b432ad 100644 (file)
@@ -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)")];