Reuse an existing translation
This commit is contained in:
parent
18533712a3
commit
ca2d7541ed
|
@ -3973,7 +3973,7 @@ void MyFrame::OnDtd2Schema ( wxCommandEvent& event )
|
||||||
messagePane ( error, CONST_STOP );
|
messagePane ( error, CONST_STOP );
|
||||||
if ( !schema.empty() )
|
if ( !schema.empty() )
|
||||||
{
|
{
|
||||||
statusProgress ( _ ( "Creating view..." ) );
|
statusProgress ( _ ( "Creating document view..." ) );
|
||||||
newDocument ( schema );
|
newDocument ( schema );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue