Reuse an existing translation

This commit is contained in:
Zane U. Ji 2013-12-20 23:02:57 +08:00
parent 18533712a3
commit ca2d7541ed
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}