From 45c9f87f044f4e44225a5994b4a74cf2a2cee29c Mon Sep 17 00:00:00 2001 From: Debug Date: Sat, 30 Sep 2023 00:39:46 +0200 Subject: [PATCH] Updated localization files --- Content.Server/DeltaV/Hologram/HologramSystem.cs | 2 +- Resources/Locale/en-US/deltav/hologram/hologram.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server/DeltaV/Hologram/HologramSystem.cs b/Content.Server/DeltaV/Hologram/HologramSystem.cs index f0f7ca51abf..45b9e35bb53 100644 --- a/Content.Server/DeltaV/Hologram/HologramSystem.cs +++ b/Content.Server/DeltaV/Hologram/HologramSystem.cs @@ -20,7 +20,7 @@ public override void Initialize() private void OnExamine(EntityUid uid, HologramComponent component, ExaminedEvent args) { - args.PushMarkup(Loc.GetString("hologram-comp-on-examine")); + args.PushMarkup(Loc.GetString("hologram-on-examine")); } private void OnDisarmAttempt(EntityUid uid, HologramComponent component, DisarmAttemptEvent args) diff --git a/Resources/Locale/en-US/deltav/hologram/hologram.ftl b/Resources/Locale/en-US/deltav/hologram/hologram.ftl index 283801e2d8f..f67bfeb4a70 100644 --- a/Resources/Locale/en-US/deltav/hologram/hologram.ftl +++ b/Resources/Locale/en-US/deltav/hologram/hologram.ftl @@ -1,3 +1,3 @@ -hologram-comp-on-examine = [color=lightblue]It's a hologram![/color] +hologram-on-examine = [color=lightblue]It is but a transient specter...[/color] hologram-disarm-blocked = Your hand phases through {THE($target)}. hologram-disarm-blocked-other = {THE($performerName)}'s hand phases through {THE($target)}.