Add missing localization to verb names (#1953)
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Content.Server.GameObjects.Components.Disposal
|
||||
{
|
||||
protected override void GetData(IEntity user, IDisposalTubeComponent component, VerbData data)
|
||||
{
|
||||
data.Text = "Tube Directions";
|
||||
data.Text = Loc.GetString("Tube Directions");
|
||||
data.CategoryData = VerbCategories.Debug;
|
||||
data.Visibility = VerbVisibility.Invisible;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user