From 021173252029abbc2d18a8a31a6d447969685f2e Mon Sep 17 00:00:00 2001 From: Miniontoby <47940064+Miniontoby@users.noreply.github.com> Date: Sun, 8 Jan 2023 05:38:12 +0100 Subject: [PATCH] Fixed sand-floor translation in Dutch (#8058) Changed from 'Donker Zand' which means 'dark sand' to 'Zand' which is just 'sand' --- core/assets/bundles/bundle_nl.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/assets/bundles/bundle_nl.properties b/core/assets/bundles/bundle_nl.properties index f1367ae3eb..cf4c3c07dd 100644 --- a/core/assets/bundles/bundle_nl.properties +++ b/core/assets/bundles/bundle_nl.properties @@ -1374,7 +1374,7 @@ block.deep-tainted-water.name = Deep Tainted Water block.darksand-tainted-water.name = Donker Zand Vervuild Water block.tar.name = Olie block.stone.name = Steen -block.sand-floor.name = Donker Zand +block.sand-floor.name = Zand block.darksand.name = Donker Zand block.ice.name = Ijs block.snow.name = Sneeuw