Animated-Java / animated-java

A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.
Other
156 stars 25 forks source link

[BUG] Minor grammatical errors in en.yaml #204

Closed LeCarbonator closed 2 months ago

LeCarbonator commented 2 months ago

The current en.yaml file has two errors with the labels. I've added my suggested edits below.

https://github.com/Animated-Java/animated-java/blob/df15022bb7bf5f370e6a843505ed5f6255728da8/src/lang/en.yml#L496

- animated_java.block_model_manager.mob_head_warning: Mob Heads are don't render in Block Displays. Use an Item Display instead.
+ animated_java.block_model_manager.mob_head_warning: Mob Heads don't render in Block Displays. Use an Item Display instead.

https://github.com/Animated-Java/animated-java/blob/df15022bb7bf5f370e6a843505ed5f6255728da8/src/lang/en.yml#L295

- animated_java.dialog.text_display_config.invisible.description: Whether or not the bone should be invisible.
+ animated_java.dialog.text_display_config.invisible.description: Whether or not the text display should be invisible.