Localization of encryption keys (#30172)
* Localization of encryption keys * Localization of encryption keys update
This commit is contained in:
@@ -239,14 +239,14 @@ public sealed partial class EncryptionKeySystem : EntitySystem
|
||||
{
|
||||
var msg = Loc.GetString("examine-headset-default-channel",
|
||||
("prefix", SharedChatSystem.DefaultChannelPrefix),
|
||||
("channel", defaultChannel),
|
||||
("channel", proto.LocalizedName),
|
||||
("color", proto.Color));
|
||||
examineEvent.PushMarkup(msg);
|
||||
}
|
||||
if (HasComp<EncryptionKeyComponent>(examineEvent.Examined))
|
||||
{
|
||||
var msg = Loc.GetString("examine-encryption-default-channel",
|
||||
("channel", defaultChannel),
|
||||
("channel", proto.LocalizedName),
|
||||
("color", proto.Color));
|
||||
examineEvent.PushMarkup(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user