From 4b979559210bd4da7da9d6c94643823748df23ae Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 9 Apr 2024 01:48:35 +0200 Subject: [PATCH] changed some texts in level editor --- src/editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor.c b/src/editor.c index d118cd8f..69e57de2 100644 --- a/src/editor.c +++ b/src/editor.c @@ -3110,7 +3110,7 @@ static struct -1, options_bd_color_type, &level.bd_color_type, - "Boulder Dash game engine colors:", + "Boulder Dash level colors:", "Color palette type:", NULL, "Select color palette type" }, { @@ -3513,7 +3513,7 @@ static struct -1, -1, GADGET_ID_ENGINECONFIG_COLORS, GADGET_ID_ENGINECONFIG_CONFIG, 8, "Colors", - NULL, NULL, NULL, "Configure game engine colors" + NULL, NULL, NULL, "Configure level colors" }, // ---------- element settings (tabs) --------------------------------------- -- 2.34.1