[vlc-commits] macosx: merge minor grammar and orthography fixes

Edward Wang git at videolan.org
Wed Apr 17 13:52:38 CEST 2013


vlc | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Wed Apr 17 13:51:16 2013 +0200| [2f8b0deb32f195440008fc344a5f7a667be8fd06] | committer: Felix Paul Kühne

macosx: merge minor grammar and orthography fixes

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

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

 modules/gui/macosx/about.m |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/macosx/about.m b/modules/gui/macosx/about.m
index 67938be..aa02fa3 100644
--- a/modules/gui/macosx/about.m
+++ b/modules/gui/macosx/about.m
@@ -129,10 +129,10 @@ static VLAboutBox *_o_sharedInstance = nil;
         [o_authors retain];
 
         /* setup join us! */
-        NSString *joinus = [NSString stringWithString:_NS("<p>VLC media player is a free and open source media player, encoder and streamer made by the volunteers of the "
+        NSString *joinus = [NSString stringWithString:_NS("<p>VLC media player is a free and open source media player, encoder, and streamer made by the volunteers of the "
                                "<a href=\"http://www.videolan.org/\"><span style=\" text-decoration: underline; color:#0057ae;\">VideoLAN</span>"
-                               "</a> community.</p><p>VLC uses its internal codecs and works on essentially every popular platform and can read "
-                               "almost every files, CDs, DVDs, network streams, capture cards and other media formats!</p><p>"
+                               "</a> community.</p><p>VLC uses its internal codecs, works on essentially every popular platform, and can read "
+                               "almost all files, CDs, DVDs, network streams, capture cards and other media formats!</p><p>"
                                "<a href=\"http://www.videolan.org/contribute/\"><span style=\" text-decoration: underline; color:#0057ae;\">Help "
                                "and join us!</span></a>")];
         NSAttributedString *joinus_readytorender = [[NSAttributedString alloc] initWithHTML:[joinus dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES] documentAttributes:NULL];



More information about the vlc-commits mailing list