From fd7fcbadda3d3e95073196a6b92d06a1fc9dc003 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 22 Jan 2021 23:04:20 +0100 Subject: [PATCH] Transfter --- .../GameObjects/Components/Chemistry/InjectorComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/GameObjects/Components/Chemistry/InjectorComponent.cs b/Content.Server/GameObjects/Components/Chemistry/InjectorComponent.cs index 76fc2f8b29..9d7878f79d 100644 --- a/Content.Server/GameObjects/Components/Chemistry/InjectorComponent.cs +++ b/Content.Server/GameObjects/Components/Chemistry/InjectorComponent.cs @@ -251,7 +251,7 @@ namespace Content.Server.GameObjects.Components.Chemistry targetSolution.TryAddSolution(removedSolution); - Owner.PopupMessage(user, Loc.GetString("You transfter {0}u to {1:theName}", removedSolution.TotalVolume, targetSolution.Owner)); + Owner.PopupMessage(user, Loc.GetString("You transfer {0}u to {1:theName}", removedSolution.TotalVolume, targetSolution.Owner)); Dirty(); }