vlc/vlc-2.2 | branch: master | David Fuhrmann <[email protected]> | Mon Nov 30 19:53:30 2015 +0100| [164c0d3783dc2153d2669f822d604bcf30271365] | committer: David Fuhrmann
macosx: CAS: Fix some l10n of stream panel manually backported from 1ef87d326e95b6640e9079dd4cd04dca721e2663. > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=164c0d3783dc2153d2669f822d604bcf30271365 --- modules/gui/macosx/ConvertAndSave.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/macosx/ConvertAndSave.m b/modules/gui/macosx/ConvertAndSave.m index 631af73..5ad5238 100644 --- a/modules/gui/macosx/ConvertAndSave.m +++ b/modules/gui/macosx/ConvertAndSave.m @@ -160,7 +160,7 @@ static VLCConvertAndSave *_o_sharedInstance = nil; [_destination_filename_lbl setHidden: YES]; [_destination_browse_btn setTitle:_NS("Browse...")]; [_destination_stream_btn setTitle:_NS("Setup Streaming...")]; - [_destination_stream_lbl setStringValue:@"Select Streaming Method"]; + [_destination_stream_lbl setStringValue:_NS("Select Streaming Method")]; [_destination_itwantafile_btn setTitle:_NS("Save as File")]; [_destination_itwantastream_btn setTitle:_NS("Stream")]; [_destination_cancel_btn setHidden:YES]; @@ -207,6 +207,7 @@ static VLCConvertAndSave *_o_sharedInstance = nil; [[_stream_sdp_matrix cellWithTag:3] setTitle:_NS("Export SDP as file")]; [_stream_sap_ckb setState:NSOffState]; [_stream_sdp_matrix setEnabled:NO]; + [_stream_sdp_browsefile_btn setStringValue:_NS("Browse...")]; /* there is no way to hide single cells, so replace the existing ones with empty cells.. */ id blankCell = [[[NSCell alloc] init] autorelease]; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
