From f1815e1d2dfe6d09d99b04c67efe47ebb071c2a4 Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Tue, 20 Jul 2021 19:44:20 -0400 Subject: [PATCH] Fix capitalization in English subtitles --- src/main/java/com/simibubi/create/AllSoundEvents.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/simibubi/create/AllSoundEvents.java b/src/main/java/com/simibubi/create/AllSoundEvents.java index 77a60bbe4..0dbe9ba98 100644 --- a/src/main/java/com/simibubi/create/AllSoundEvents.java +++ b/src/main/java/com/simibubi/create/AllSoundEvents.java @@ -55,7 +55,7 @@ public class AllSoundEvents { .category(SoundCategory.BLOCKS) .build(), - FUNNEL_FLAP = create("funnel_flap").subtitle("Funnel Flaps") + FUNNEL_FLAP = create("funnel_flap").subtitle("Funnel flaps") .playExisting(SoundEvents.ITEM_FRAME_ROTATE_ITEM, .125f, 1.5f) .playExisting(SoundEvents.WOOL_BREAK, .0425f, .75f) .category(SoundCategory.BLOCKS) @@ -79,7 +79,7 @@ public class AllSoundEvents { .category(SoundCategory.BLOCKS) .build(), - MIXING = create("mixing").subtitle("Mixing Noises") + MIXING = create("mixing").subtitle("Mixing noises") .playExisting(SoundEvents.GILDED_BLACKSTONE_BREAK, .125f, .5f) .playExisting(SoundEvents.NETHERRACK_BREAK, .125f, .5f) .category(SoundCategory.BLOCKS)