diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index d0b215b..b373679 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -3973,7 +3973,7 @@ void MyFrame::OnDtd2Schema ( wxCommandEvent& event ) messagePane ( error, CONST_STOP ); if ( !schema.empty() ) { - statusProgress ( _ ( "Creating view..." ) ); + statusProgress ( _ ( "Creating document view..." ) ); newDocument ( schema ); }