Identity loc string fixes (#10137)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user