[vlc-commits] MacOSX: fix engrish error

Jean-Baptiste Kempf git at videolan.org
Mon Sep 2 18:18:29 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep  2 18:18:05 2013 +0200| [b2d1124ea4182d2944ff5dd7fb3fafc3890f8f31] | committer: Jean-Baptiste Kempf

MacOSX: fix engrish error

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

 modules/gui/macosx/wizard.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/wizard.m b/modules/gui/macosx/wizard.m
index 467903a..082b1e9 100644
--- a/modules/gui/macosx/wizard.m
+++ b/modules/gui/macosx/wizard.m
@@ -264,7 +264,7 @@ static VLCWizard *_o_sharedInstance = nil;
         "the best thing to do. Other computers can then access the stream at "
         "mms://yourip:8080 by default."), _NS("Use this to stream to several "
         "computers using the Microsoft MMS protocol. This protocol is used as "
-        "transport method by many Microsoft's softwares. Note that only a "
+        "transport method by many Microsoft's software. Note that only a "
         "small part of the MMS protocol is supported (MMS encapsulated in "
         "HTTP)."), nil];
     o_udp_uni = [NSArray arrayWithObjects:@"udp", @"UDP-Unicast", _NS("Enter "



More information about the vlc-commits mailing list