Skip to content

Commit

Permalink
Updated localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugOk committed Sep 29, 2023
1 parent 84e9b9f commit 45c9f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Content.Server/DeltaV/Hologram/HologramSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/deltav/hologram/hologram.ftl
Original file line number Diff line number Diff line change
@@ -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)}.

0 comments on commit 45c9f87

Please sign in to comment.