From: MichaƂ Trzebiatowski Date: Tue, 31 Jul 2012 22:53:06 +0000 (+0200) Subject: typo visible in vlc.pot X-Git-Tag: 2.1.0-git~3609 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=78eda283eb3e30778cba1650dabbbafe90efb386;p=vlc typo visible in vlc.pot Signed-off-by: Christoph Miebach --- diff --git a/modules/gui/macosx/wizard.m b/modules/gui/macosx/wizard.m index 7181a1eda9..f73f4afda4 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 impossibleto mix uncompressed audio with any video codec.\n\n" + "It is impossible to mix uncompressed audio with any video codec.\n\n" "Correct your selection and try again.")); }