Fixed some mop .ftl capitalization (#27447)

This commit is contained in:
beck-thompson 2024-04-28 17:26:44 -07:00 committed by null
parent d9d9e83a6a
commit 1782fae643
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
mopping-system-target-container-empty = { CAPITALIZE(THE($target)) } is empty!
mopping-system-target-container-empty-water = { CAPITALIZE(THE($target)) } has no water!
mopping-system-puddle-space = { THE($used) } is full of water
mopping-system-puddle-evaporate = { THE($target) } is evaporating
mopping-system-no-water = { THE($used) } has no water!
mopping-system-puddle-space = { CAPITALIZE(THE($used)) } is full of water
mopping-system-puddle-evaporate = { CAPITALIZE(THE($target)) } is evaporating
mopping-system-no-water = { CAPITALIZE(THE($used)) } has no water!
mopping-system-full = { THE($used) } is full!
mopping-system-empty = { THE($used) } is empty!
mopping-system-full = { CAPITALIZE(THE($used)) } is full!
mopping-system-empty = { CAPITALIZE(THE($used)) } is empty!