Commit 7d502e3b authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix typo

parent fb343ccb
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
[_fileDestinationFileName setHidden: YES]; [_fileDestinationFileName setHidden: YES];
[_fileDestinationBrowseButton setTitle:_NS("Browse...")]; [_fileDestinationBrowseButton setTitle:_NS("Browse...")];
[_streamDestinationButton setTitle:_NS("Setup Streaming...")]; [_streamDestinationButton setTitle:_NS("Setup Streaming...")];
[_streamDestinationURLLabel setStringValue:_NS(@"Select Streaming Method")]; [_streamDestinationURLLabel setStringValue:_NS("Select Streaming Method")];
[_destinationFileButton setTitle:_NS("Save as File")]; [_destinationFileButton setTitle:_NS("Save as File")];
[_destinationStreamButton setTitle:_NS("Stream")]; [_destinationStreamButton setTitle:_NS("Stream")];
[_destinationCancelBtn setHidden:YES]; [_destinationCancelBtn setHidden:YES];
......
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