[vlc-commits] macosx: CAS: Fix some l10n of stream panel

David Fuhrmann git at videolan.org
Mon Nov 30 19:39:48 CET 2015


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon Nov 30 19:37:56 2015 +0100| [1ef87d326e95b6640e9079dd4cd04dca721e2663] | committer: David Fuhrmann

macosx: CAS: Fix some l10n of stream panel

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ef87d326e95b6640e9079dd4cd04dca721e2663
---

 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 053644a..5dce4ee 100644
--- a/modules/gui/macosx/ConvertAndSave.m
+++ b/modules/gui/macosx/ConvertAndSave.m
@@ -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];



More information about the vlc-commits mailing list