diff options
Diffstat (limited to 'tdeutils')
-rw-r--r-- | tdeutils/kfinddialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeutils/kfinddialog.cpp b/tdeutils/kfinddialog.cpp index 974e259b4..9937cd188 100644 --- a/tdeutils/kfinddialog.cpp +++ b/tdeutils/kfinddialog.cpp @@ -237,7 +237,7 @@ void KFindDialog::init(bool forReplace, const TQStringList &findStrings, bool ha } else { - setButtonOK(KGuiItem( i18n("&Find"), "find", + setButtonOK(KGuiItem( i18n("&Find"), "edit-find", i18n("Start searching"), i18n("<qt>If you press the <b>Find</b> button, the text you entered " "above is searched for within the document.</qt>"))); |