mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed trust table name into trust matrix
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@852 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
84e12fd1e7
commit
01a2ca1468
@ -117,7 +117,7 @@ NetworkDialog::NetworkDialog(QWidget *parent)
|
||||
layout->setSpacing( 0 );
|
||||
layout->setMargin( 0 );
|
||||
|
||||
ui.networkTab->addTab(new TrustView(),QString("Trust table"));
|
||||
ui.networkTab->addTab(new TrustView(),QString("Trust matrix"));
|
||||
|
||||
// Set Log infos
|
||||
setLogInfo(tr("RetroShare %1 started.", "e.g: RetroShare v0.x started.").arg(retroshareVersion()));
|
||||
|
Loading…
Reference in New Issue
Block a user