Fix a minor compil warning.

This commit is contained in:
jean-pierre charras 2019-07-15 10:33:03 +02:00
parent 6da11de5e0
commit dad8c9821b
1 changed files with 3 additions and 3 deletions

View File

@ -726,9 +726,9 @@ void InvokeSchEditSymbolLibTable( KIWAY* aKiway, wxWindow *aParent )
if( libEditor->HasLibModifications() )
{
wxString msg = _( "Modifications have been made to one or more symbol libraries.\n"
"Changes must be saved or discarded before the symbol library "
"table can be modified." );
msg = _( "Modifications have been made to one or more symbol libraries.\n"
"Changes must be saved or discarded before the symbol library "
"table can be modified." );
switch( UnsavedChangesDialog( aParent, msg ) )
{