PATCH: QWhatsThis help for KFindDialog

David Faure faure at kde.org
Sun Oct 24 17:59:19 BST 2004


On Sunday 24 October 2004 18:47, Anders Lund wrote:
> Hi, 
> The attached patch adds QWhatsThis help to all widgets in KFindDialog.
> 
> Ok to commit?

Yes, without the typos.

+    QWhatsThis::add ( m_find, i18n(
+            "Enter a pattern to search for, or select a previous pattern from "
+            "from the list.") );
from is there twice

+    QWhatsThis::add ( m_regExpItem, i18n(
+            "Click here to edit your regular expressin using a graphical editor.") );
expressin

+            "Enter a replacement string, or select a previous on from the list.") );
on -> one

+    QWhatsThis::add ( m_wholeWordsOnly, i18n(
+            "Require word boundrys in both ends of a match to succed.") );
boundaries

+    QWhatsThis::add ( m_caseSensitive, i18n(
+            "Perform a case sensitive search.") );
Maybe this would be the right place to explain what "case sensitive" means in more details?
Like "Searching for Joe with this option enabled won't find JOE or joe, only Joe".

+    QWhatsThis::add ( m_findBackwards, i18n(
+            "Search backwords.") );
s/backwords/backwards/


-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kde-core-devel mailing list