From kde-i18n-doc Thu Dec 31 15:04:55 2009 From: Alexander Potashev Date: Thu, 31 Dec 2009 15:04:55 +0000 To: kde-i18n-doc Subject: Re: KDE/kdeedu/cantor/src Message-Id: <20091231150455.GA14284 () myhost> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=126227188206885 On 20:10 Wed 30 Dec , Alexander Rieder wrote: > SVN commit 1067872 by arieder: > > fix some small typos, as noted on kde-i18n-doc > CCMAIL: kde-i18n-doc@kde.org > > > M +2 -2 worksheet.cpp > > > --- trunk/KDE/kdeedu/cantor/src/worksheet.cpp #1067871:1067872 > @@ -555,7 +555,7 @@ > > if ( !zipFile.open(QIODevice::WriteOnly) ) > { > - KMessageBox::error( this, i18n( "Cannot write file %1:\n." , filename ), > + KMessageBox::error( this, i18n( "Cannot write file %1\n." , filename ), Are you sure that we need the full stop at the next line? ;) > i18n( "Error - Cantor" )); > return; > } > @@ -647,7 +647,7 @@ > { > KMessageBox::information(this, i18n("There are some problems with the %1 backend,\n"\ > "please check your configuration or install the needed packages.\n" > - "You will only be able to view this worksheet", backendName), i18n("Cantor")); > + "You will only be able to view this worksheet.", backendName), i18n("Cantor")); > > } >