Skip to content

Commit

Permalink
Fixes capitalization mistake when non-humanoids insert things into ma…
Browse files Browse the repository at this point in the history
…chines: Fixes space-wizards#28997 (space-wizards#29071)

add CAPITALIZE()
  • Loading branch information
Keer-Sar authored Jun 16, 2024
1 parent dfe9d52 commit 65af00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/machine/machine.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
machine-insert-item = {THE($user)} inserted {THE($item)} into {THE($machine)}.
machine-insert-item = {CAPITALIZE(THE($user))} inserted {THE($item)} into {THE($machine)}.
machine-upgrade-examinable-verb-text = Upgrades
machine-upgrade-examinable-verb-message = Examine the machine upgrades.
Expand Down

0 comments on commit 65af00a

Please sign in to comment.