mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-16 13:33:05 -04:00
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:
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())) ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user