Skip to content

Commit

Permalink
Fixed grammar when drinking empty drink (space-wizards#27218)
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
beck-thompson authored Apr 21, 2024
1 parent 541e873 commit 877ccd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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!
Expand Down

0 comments on commit 877ccd6

Please sign in to comment.