Lathe and ghost role localization (#10251)

This commit is contained in:
Rinkashikachi
2022-08-02 16:40:53 +03:00
committed by GitHub
parent 78bb2ed5fc
commit ff930c33aa
8 changed files with 29 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ namespace Content.Client.Lathe.UI
{
Owner = owner;
SetSize = MinSize = (300, 450);
Title = Loc.GetString("lathequeue-menu-title");
Title = Loc.GetString("lathe-queue-menu-title");
var vBox = new BoxContainer
{
@@ -97,7 +97,7 @@ namespace Content.Client.Lathe.UI
{
_icon.Texture = Texture.Transparent;
_nameLabel.Text = "-------";
_description.Text = Loc.GetString("lathequeue-menu-not-producing-text");
_description.Text = Loc.GetString("lathe-queue-menu-not-producing-text");
}
public void PopulateList()