Commit 2f8b0deb authored by Edward Wang's avatar Edward Wang Committed by Felix Paul Kühne

macosx: merge minor grammar and orthography fixes

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 316c4550
...@@ -129,10 +129,10 @@ static VLAboutBox *_o_sharedInstance = nil; ...@@ -129,10 +129,10 @@ static VLAboutBox *_o_sharedInstance = nil;
[o_authors retain]; [o_authors retain];
/* setup join us! */ /* 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 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 " "</a> community.</p><p>VLC uses its internal codecs, works on essentially every popular platform, and can read "
"almost every files, CDs, DVDs, network streams, capture cards and other media formats!</p><p>" "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 " "<a href=\"http://www.videolan.org/contribute/\"><span style=\" text-decoration: underline; color:#0057ae;\">Help "
"and join us!</span></a>")]; "and join us!</span></a>")];
NSAttributedString *joinus_readytorender = [[NSAttributedString alloc] initWithHTML:[joinus dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES] documentAttributes:NULL]; NSAttributedString *joinus_readytorender = [[NSAttributedString alloc] initWithHTML:[joinus dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES] documentAttributes:NULL];
......
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