]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixed some mop .ftl capitalization (#27447)
authorbeck-thompson <107373427+beck-thompson@users.noreply.github.com>
Mon, 29 Apr 2024 00:26:44 +0000 (17:26 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 00:26:44 +0000 (02:26 +0200)
Resources/Locale/en-US/fluids/components/absorbent-component.ftl

index 670ac0a36ad02dbab59596dfd1f8e35cf9ef8a5c..8a4d37023f6c59726e9283c7bf4e5111cffde5f8 100644 (file)
@@ -1,8 +1,8 @@
 mopping-system-target-container-empty = { CAPITALIZE(THE($target)) } is empty!
 mopping-system-target-container-empty-water = { CAPITALIZE(THE($target)) } has no water!
-mopping-system-puddle-space = { THE($used) } is full of water
-mopping-system-puddle-evaporate = { THE($target) } is evaporating
-mopping-system-no-water = { THE($used) } has no water!
+mopping-system-puddle-space = { CAPITALIZE(THE($used)) } is full of water
+mopping-system-puddle-evaporate = {  CAPITALIZE(THE($target)) } is evaporating
+mopping-system-no-water = { CAPITALIZE(THE($used)) } has no water!
 
-mopping-system-full = { THE($used) } is full!
-mopping-system-empty = { THE($used) } is empty!
+mopping-system-full = { CAPITALIZE(THE($used)) } is full!
+mopping-system-empty = { CAPITALIZE(THE($used)) } is empty!