mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
b98c6cbe02
commit
9912aa1c4f
@ -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" ;
|
||||
|
Loading…
Reference in New Issue
Block a user