]> git.sesse.net Git - vlc/commitdiff
typo visible in vlc.pot
authorChristoph Miebach <christoph.miebach@web.de>
Tue, 31 Jul 2012 22:53:06 +0000 (00:53 +0200)
committerChristoph Miebach <christoph.miebach@web.de>
Wed, 1 Aug 2012 00:00:29 +0000 (02:00 +0200)
Pointed-out-by: MichaƂ Trzebiatowski <hippie_1968@hotmail.com>
modules/gui/macosx/wizard.m

index f73f4afda43d8554f5934735f4b1100d8468bab9..aea2f60e47d6124d277bd15162380f3ef26a760a 100644 (file)
@@ -1000,7 +1000,7 @@ static VLCWizard *_o_sharedInstance = nil;
             NSBeginInformationalAlertSheet(_NS("Invalid selection"), _NS("OK"),
                 @"", @"", o_wizard_window, nil, nil, nil, nil, _NS("The "
                 "chosen codecs are not compatible with each other. For example: "
-                "It is impossible to mix uncompressed audio with any video codec.\n\n"
+                "It is not possible to mix uncompressed audio with any video codec.\n\n"
                 "Correct your selection and try again."));
         }