Commit 10145e03 authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix error message for media information panel

parent 8e18ce47
......@@ -359,9 +359,9 @@
return;
error:
NSRunAlertPanel(_NS("Error while saving meta"),
@"%@",_NS("VLC was unable to save the meta data."),
_NS("OK"), nil, nil);
NSRunAlertPanel(_NS("Error while saving meta"), @"%@",
_NS("OK"), nil, nil,
_NS("VLC was unable to save the meta data."));
}
- (IBAction)downloadCoverArt:(id)sender
......
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