diff --git a/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp b/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp index 78c9e5762..867ee9c91 100644 --- a/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp +++ b/retroshare-gui/src/gui/gxs/GxsIdDetails.cpp @@ -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" ;