Removed the space in the error message after the new line

This commit is contained in:
Simon Wells 2016-01-05 06:12:37 +13:00
parent b02bc2bf50
commit 5caea3f599
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ bool OpenPDF( const wxString& file )
else
{
wxString msg;
msg.Printf( _( "Problem while running the PDF viewer\n Command is '%s'" ),
msg.Printf( _( "Problem while running the PDF viewer\nCommand is '%s'" ),
GetChars( command ) );
DisplayError( NULL, msg );
}