Commit 1ef87d32 authored by David Fuhrmann's avatar David Fuhrmann

macosx: CAS: Fix some l10n of stream panel

parent 324b9c48
......@@ -142,7 +142,7 @@
[_fileDestinationFileName setHidden: YES];
[_fileDestinationBrowseButton setTitle:_NS("Browse...")];
[_streamDestinationButton setTitle:_NS("Setup Streaming...")];
[_streamDestinationURLLabel setStringValue:@"Select Streaming Method"];
[_streamDestinationURLLabel setStringValue:_NS(@"Select Streaming Method")];
[_destinationFileButton setTitle:_NS("Save as File")];
[_destinationStreamButton setTitle:_NS("Stream")];
[_destinationCancelBtn setHidden:YES];
......@@ -192,6 +192,7 @@
[[_streamSDPMatrix cellWithTag:3] setTitle:_NS("Export SDP as file")];
[_streamSAPCheckbox setState:NSOffState];
[_streamSDPMatrix setEnabled:NO];
[_streamSDPFileBrowseButton setStringValue:_NS("Browse...")];
/* there is no way to hide single cells, so replace the existing ones with empty cells.. */
id blankCell = [[NSCell alloc] init];
......
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