]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix loc issues with syringes (#36285)
authorTayrtahn <tayrtahn@gmail.com>
Fri, 4 Apr 2025 01:28:26 +0000 (21:28 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 01:28:26 +0000 (18:28 -0700)
Fix injector loc issues

Resources/Locale/en-US/chemistry/components/injector-component.ftl

index 24f524081e0d3500a41e3b002b3f32140f92a23f..0c3152774f00eaaf6a3c44139a24a07b085f3b82 100644 (file)
@@ -10,14 +10,14 @@ injector-volume-label = Volume: [color=white]{$currentVolume}/{$totalVolume}[/co
 
 injector-component-drawing-text = Now drawing
 injector-component-injecting-text = Now injecting
-injector-component-cannot-transfer-message = You aren't able to transfer to {$target}!
-injector-component-cannot-draw-message = You aren't able to draw from {$target}!
-injector-component-cannot-inject-message = You aren't able to inject to {$target}!
-injector-component-inject-success-message = You inject {$amount}u into {$target}!
-injector-component-transfer-success-message = You transfer {$amount}u into {$target}.
-injector-component-draw-success-message = You draw {$amount}u from {$target}.
-injector-component-target-already-full-message = {$target} is already full!
-injector-component-target-is-empty-message = {$target} is empty!
+injector-component-cannot-transfer-message = You aren't able to transfer to {THE($target)}!
+injector-component-cannot-draw-message = You aren't able to draw from {THE($target)}!
+injector-component-cannot-inject-message = You aren't able to inject to {THE($target)}!
+injector-component-inject-success-message = You inject {$amount}u into {THE($target)}!
+injector-component-transfer-success-message = You transfer {$amount}u into {THE($target)}.
+injector-component-draw-success-message = You draw {$amount}u from {THE($target)}.
+injector-component-target-already-full-message = {CAPITALIZE(THE($target))} is already full!
+injector-component-target-is-empty-message = {CAPITALIZE(THE($target))} is empty!
 injector-component-cannot-toggle-draw-message = Too full to draw!
 injector-component-cannot-toggle-inject-message = Nothing to inject!