[vlc-commits] typo visible in vlc.pot

Christoph Miebach git at videolan.org
Wed Aug 1 02:07:09 CEST 2012


vlc | branch: master | Christoph Miebach <christoph.miebach at web.de> | Wed Aug  1 00:53:06 2012 +0200| [5435e8ac9bb7ade1fd4d58ccc23640ec12c3d178] | committer: Christoph Miebach

typo visible in vlc.pot

Pointed-out-by: Michał Trzebiatowski <hippie_1968 at hotmail.com>

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

 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 f73f4af..aea2f60 100644
--- a/modules/gui/macosx/wizard.m
+++ b/modules/gui/macosx/wizard.m
@@ -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."));
         }
 



More information about the vlc-commits mailing list