Identity loc string fixes (#10137)

Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
Leon Friedrich
2022-07-31 15:43:38 +12:00
committed by GitHub
parent f9d2a4e3e3
commit ddfa328442
5 changed files with 13 additions and 13 deletions

View File

@@ -15,9 +15,9 @@ 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!
drink-component-try-use-drink-had-enough-other = They can't drink more!
drink-component-try-use-drink-success-slurp = Slurp
drink-component-force-feed = {$user} is trying to make you drink something!
drink-component-force-feed-success = {$user} forced you to drink something!
drink-component-force-feed-success-user = You successfully feed {$target}
drink-component-force-feed = {CAPITALIZE(THE($user))} is trying to make you drink something!
drink-component-force-feed-success = {CAPITALIZE(THE($user))} forced you to drink something!
drink-component-force-feed-success-user = You successfully feed {THE($target)}
drink-system-verb-drink = Drink

View File

@@ -20,6 +20,6 @@ food-system-verb-eat = Eat
## Force feeding
food-system-force-feed = {$user} is trying feed you something!
food-system-force-feed-success = {$user} forced you to eat something!
food-system-force-feed-success-user = You successfully feed {$target}
food-system-force-feed = {CAPITALIZE(THE($user))} is trying feed you something!
food-system-force-feed-success = {CAPITALIZE(THE($user))} forced you to eat something!
food-system-force-feed-success-user = You successfully feed {THE($target)}