]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixed grammar when drinking empty drink (#27218)
authorbeck-thompson <107373427+beck-thompson@users.noreply.github.com>
Sun, 21 Apr 2024 18:57:39 +0000 (11:57 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2024 18:57:39 +0000 (14:57 -0400)
Fix

Resources/Locale/en-US/nutrition/components/drink-component.ftl

index 9a388744b0cf6ed508a2b19870159126a992f806..e80787c8d5beee54e95a172173d661091349e5f1 100644 (file)
@@ -1,4 +1,4 @@
-drink-component-on-use-is-empty = {$owner} is empty!
+drink-component-on-use-is-empty = {CAPITALIZE(THE($owner))} is empty!
 drink-component-on-examine-is-empty = [color=gray]Empty[/color]
 drink-component-on-examine-is-opened = [color=yellow]Opened[/color]
 drink-component-on-examine-is-sealed = The seal is intact.
@@ -10,7 +10,7 @@ drink-component-on-examine-is-half-empty = Halfway Empty
 drink-component-on-examine-is-mostly-empty = Mostly Empty
 drink-component-on-examine-exact-volume = It contains {$amount}u.
 drink-component-try-use-drink-not-open = Open {$owner} first!
-drink-component-try-use-drink-is-empty = {$entity} is empty!
+drink-component-try-use-drink-is-empty = {CAPITALIZE(THE($entity))} is empty!
 drink-component-try-use-drink-cannot-drink = You can't drink anything!
 drink-component-try-use-drink-had-enough = You can't drink more!
 drink-component-try-use-drink-cannot-drink-other = They can't drink anything!