From kde-commits Sun Feb 29 23:16:08 2004 From: Malcolm Hunter Date: Sun, 29 Feb 2004 23:16:08 +0000 To: kde-commits Subject: koffice/filters/kspread/opencalc (silent) Message-Id: <20040229231608.C8D0D9959 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107809657722620 CVS commit by mhunter: CVS_SILENT Typographical corrections and changes M +1 -1 opencalcimport.cc 1.21 --- koffice/filters/kspread/opencalc/opencalcimport.cc #1.20:1.21 @@ -2042,5 +2042,5 @@ bool OpenCalcImport::createStyleMap( QDo if ( d > 1.0 ) { - QString message( i18n("This document was created with the OpenOffice.org version '%1'. This filter was written for version for 1.0. Reading this file could cause strange behavior, crashes or incorrect display of the data. Do you want to continue converting the document?") ); + QString message( i18n("This document was created with OpenOffice.org version '%1'. This filter was written for version 1.0. Reading this file could cause strange behavior, crashes or incorrect display of the data. Do you want to continue converting the document?") ); message.arg( content.attribute( "office:version" ) ); if ( KMessageBox::warningYesNo( 0, message, i18n( "Unsupported document version" ) ) == KMessageBox::No )