diff --git a/common/filename_resolver.cpp b/common/filename_resolver.cpp index 06d405c84a..82a8ade055 100644 --- a/common/filename_resolver.cpp +++ b/common/filename_resolver.cpp @@ -478,9 +478,7 @@ bool FILENAME_RESOLVER::addPath( const SEARCH_PATH& aPath ) { if( tpath.m_Alias == sPL->m_Alias ) { - wxString msg = _( "Bad alias (duplicate name)" ); - msg.append( wxT( "\n" ) ); - msg.append( _( "Alias: " ) ); + wxString msg = _( "Alias: " ); msg.append( tpath.m_Alias ); msg.append( wxT( "\n" ) ); msg.append( _( "This path:" ) + wxS( " " ) );