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

List:       kde-commits
Subject:    Re: kdelibs/kutils
From:       Lukáš_Tinkl <lukas () kde ! org>
Date:       2004-10-24 19:02:44
Message-ID: 200410242102.44950.lukas () kde ! org
[Download RAW message or body]

Dne ne, 24. října 2004 20:44 Anders Lund napsal(a):
> CVS commit by alund:
>
> QWhatsThis help all over. Yes, I did spellcheck, and even ask for
> gramattical advice this time :)
>
>
>   M +34 -0     kfinddialog.cpp   1.25
>
>
> --- kdelibs/kutils/kfinddialog.cpp  #1.24:1.25
> @@ -33,4 +33,5 @@
>  #include <kmessagebox.h>
>  #include <assert.h>
> +#include <qwhatsthis.h>
>
>  #include <kregexpeditorinterface.h>
> @@ -241,4 +242,37 @@ void KFindDialog::init(bool forReplace,
>                           "above is searched for within the
> document.</qt>"))); }
> +
> +    // QWhatsthis texts
> +    QWhatsThis::add ( m_find, i18n(
> +            "Enter a pattern to search for, or select a previous pattern
> from " +            "the list.") );
> +    QWhatsThis::add ( m_regExp, i18n(
> +            "If enabled, search for a regular expression.") );
> +    QWhatsThis::add ( m_regExpItem, i18n(
> +            "Click here to edit your regular expression using a graphical
> editor.") ); +    QWhatsThis::add ( m_replace, i18n(
> +            "Enter a replacement string, or select a previous one from the
> list.") ); +    QWhatsThis::add( m_backRef, i18n(
> +            "<qt>If enabled, any occurrence of <code><b>\\N</b></code>,
> where " +            "<code><b>N</b></code> is a integer number, will be

Here you are :)

s/a integer/an integer

-- 
Lukáš Tinkl <lukas@kde.org>
KDE developer

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

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