fixed text in transfers dialog popup menu

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-05-15 09:57:35 +00:00
parent 82d530b990
commit 723d540ce3

@ -354,7 +354,7 @@ TransfersDialog::TransfersDialog(QWidget *parent)
#endif
/** Setup the actions for the context menu */
toggleShowCacheTransfersAct = new QAction(tr( "Show cache transfers" ), this );
toggleShowCacheTransfersAct = new QAction(tr( "Show file list transfers" ), this );
toggleShowCacheTransfersAct->setCheckable(true) ;
connect(toggleShowCacheTransfersAct,SIGNAL(triggered()),this,SLOT(toggleShowCacheTransfers())) ;