From e1118235b7e11fc6344cb90ba04a87e3abb32da9 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 8 May 2006 07:08:01 +0000 Subject: [PATCH] *** empty log message *** --- src/qtgui/rclreslist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qtgui/rclreslist.cpp b/src/qtgui/rclreslist.cpp index 8abafde2..c8c1ede6 100644 --- a/src/qtgui/rclreslist.cpp +++ b/src/qtgui/rclreslist.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: rclreslist.cpp,v 1.15 2006-04-26 11:29:10 dockes Exp $ (C) 2005 J.F.Dockes"; +static char rcsid[] = "@(#$Id: rclreslist.cpp,v 1.16 2006-05-08 07:08:01 dockes Exp $ (C) 2005 J.F.Dockes"; #endif #include @@ -447,7 +447,7 @@ QPopupMenu *RclResList::createPopupMenu(const QPoint& pos) popup->insertItem(tr("&Edit"), this, SLOT(menuEdit())); popup->insertItem(tr("&Copy File Name"), this, SLOT(menuCopyFN())); popup->insertItem(tr("Copy &Url"), this, SLOT(menuCopyURL())); - popup->insertItem(tr("&More like this"), this, SLOT(menuExpand())); + popup->insertItem(tr("Find &similar documents"), this, SLOT(menuExpand())); return popup; }