diff options
Diffstat (limited to 'kbugbuster/gui/kbbmainwindow.cpp')
-rw-r--r-- | kbugbuster/gui/kbbmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/kbbmainwindow.cpp b/kbugbuster/gui/kbbmainwindow.cpp index 3c57c6eb..e88d20fb 100644 --- a/kbugbuster/gui/kbbmainwindow.cpp +++ b/kbugbuster/gui/kbbmainwindow.cpp @@ -173,7 +173,7 @@ void KBBMainWindow::initActions() new KAction( i18n("Search by Bug &Number..."), "filefind", CTRL+TQt::Key_N, TQT_TQOBJECT(this), TQT_SLOT( searchBugNumber() ), actionCollection(), "search_bugnumber" ); // For now "Description" searches by title. Maybe later we can have a - // full-text search interfacing bugs.kde.org and rename the current one to "By Title". + // full-text search interfacing bugs.trinitydesktop.org and rename the current one to "By Title". new KAction( i18n("Search by &Description...") ,"find", CTRL+TQt::Key_D, TQT_TQOBJECT(this), TQT_SLOT( searchDescription() ), actionCollection(), "search_description" ); |