Skip to content

Commit

Permalink
comp-gas-pump-ui-needs-anchor to ui-needs-anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Jan 16, 2025
1 parent 51ae8ad commit 2b6019e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void OnPumpActivate(EntityUid uid, GasVolumePumpComponent pump, Activate
}
else
{
_popup.PopupCursor(Loc.GetString("comp-gas-pump-ui-needs-anchor"), args.User);
_popup.PopupCursor(Loc.GetString("ui-needs-anchor"), args.User); // Frontier: comp-gas-pump-ui-needs-anchor<ui-needs-anchor
}

args.Handled = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void OnActivatableUIOpenAttempt(Entity<ActivatableUIRequiresAnchorCompon

if (!Transform(ent.Owner).Anchored)
{
_popup.PopupClient(Loc.GetString("comp-gas-pump-ui-needs-anchor"), args.User);
_popup.PopupClient(Loc.GetString("ui-needs-anchor"), args.User); // Frontier: comp-gas-pump-ui-needs-anchor<ui-needs-anchor
args.Cancel();
}
}
Expand Down

0 comments on commit 2b6019e

Please sign in to comment.