diff -Nur kdesdk-3.5.4.orig/kbabel/datatools/regexp/main.cc kdesdk-3.5.4/kbabel/datatools/regexp/main.cc --- kdesdk-3.5.4.orig/kbabel/datatools/regexp/main.cc 2006-03-17 10:12:54.000000000 +0000 +++ kdesdk-3.5.4/kbabel/datatools/regexp/main.cc 2006-10-08 13:45:48.000000000 +0100 @@ -120,7 +120,7 @@ } if ( ! doc.setContent( &file ) ) { kdDebug() << "Could not set content of xml file" << endl; - _error = i18n( "The file is not a XML" ); + _error = i18n( "The file is not an XML" ); return; } file.close();