Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Content.Server.Pointing
|
||||
|
||||
data.Visibility = VerbVisibility.Visible;
|
||||
|
||||
data.Text = Loc.GetString("Point at");
|
||||
data.Text = Loc.GetString("pointing-verb-get-data-text");
|
||||
}
|
||||
|
||||
public override void Activate(IEntity user, IEntity target)
|
||||
|
||||
Reference in New Issue
Block a user