[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Re: KDE_3_2_BRANCH: kdelibs/kdeprint/management
From:       Malcolm Hunter <malcolm.hunter () gmx ! co ! uk>
Date:       2004-03-16 15:36:43
Message-ID: 200403161536.43664.malcolm.hunter () gmx ! co ! uk
[Download RAW message or body]

Lubo? Lu?ák wrote:

> CVS commit by lunakl:
> 
> Revert unintended changes.
> CCMAIL: "Goffioul Michael" <goffioul@imec.be>
> 
> 
>   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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic