Lubo? Lu?ák wrote: > CVS commit by lunakl: > > Revert unintended changes. > CCMAIL: "Goffioul Michael" > > > M +4 -4 kminstancepage.cpp 1.30.2.2 > > > --- kdelibs/kdeprint/management/kminstancepage.cpp #1.30.2.1:1.30.2.2 > @@ -139,6 +139,6 @@ void KMInstancePage::slotNew() > if (ok) > { > - if (name.find(QRegExp("[/\\s]")) != -1) > - KMessageBox::error(this, i18n("Instance name may > not contain any space or slash!")); > + if (name.find(QRegExp("\\s")) != -1) > + KMessageBox::error(this, i18n("Instance name may > not contain any space!")); > else > { > @@ -184,6 +184,6 @@ void KMInstancePage::slotCopy() > if (ok) > { > - if (name.find(QRegExp("[/\\s]")) != -1) > - KMessageBox::error(this, i18n("Instance > name may not contain any space or slash!")); > + if (name.find(QRegExp("\\s")) != -1) > + KMessageBox::error(this, i18n("Instance > name may not contain any space!")); > else > { Thanks Lubos, but these have already propagated into the .po files and produced fuzzies. It should only be a matter of removing the #, fuzzy entries though. Regards, Malcolm -- KDE Proof Reading Team KDE British English Translation Team http://i18n.kde.org/teams/info/en_GB