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:
csoler 2008-11-29 17:57:33 +00:00
parent 84e12fd1e7
commit 01a2ca1468

View File

@ -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()));