From ca2d7541edbd02c596a0bffb2222672df6d3657e Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Fri, 20 Dec 2013 23:02:57 +0800 Subject: [PATCH] Reuse an existing translation --- src/xmlcopyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }