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

@@ -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)}