Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Content.Server.Tools.Components;
|
||||
using Content.Shared.Interaction;
|
||||
@@ -118,7 +118,7 @@ namespace Content.Server.MachineLinking.Components
|
||||
{
|
||||
if (user != null)
|
||||
{
|
||||
Owner.PopupMessage(user, Loc.GetString("Signal fetched."));
|
||||
Owner.PopupMessage(user, Loc.GetString("signal-transmitter-component-get-signal-success"));
|
||||
}
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user