Small Fix (Phenom)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7667 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-11-08 15:53:49 +00:00
parent b98c6cbe02
commit 9912aa1c4f

View File

@ -212,7 +212,7 @@ bool GxsIdDetails::MakeIdDesc(const RsGxsId &id, bool doIcons, QString &str, std
comment += "]";
}
else
comment += QObject::tr("signed by unknown Key") ;
comment += QObject::tr("unknown Key") ;
}
else
comment += "Authentication: anonymous" ;