Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Content.Server.Items
|
||||
return;
|
||||
}
|
||||
|
||||
data.Text = Loc.GetString("Pick Up");
|
||||
data.Text = Loc.GetString("pick-up-verb-get-data-text");
|
||||
}
|
||||
|
||||
protected override void Activate(IEntity user, ItemComponent component)
|
||||
|
||||
Reference in New Issue
Block a user