From 9e22f1d2bc2c6eab5fd85ef0c7782e348adf4e4f Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 2 Apr 2024 10:08:56 +0200 Subject: [PATCH] small change of text in level editor --- src/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.c b/src/editor.c index a4762db7..54ef18b8 100644 --- a/src/editor.c +++ b/src/editor.c @@ -3837,7 +3837,7 @@ static struct GADGET_ID_BD_MAGIC_WALL_STOPS_AMOEBA, GADGET_ID_NONE, &level.bd_magic_wall_stops_amoeba, NULL, NULL, - "Turn amoeba to diamonds", "Activation changes amoeba to diamonds" + "Stop amoeba and turn to diamonds", "Activation changes amoeba to diamonds" }, { ED_CHECKBUTTON_ID_BD_AMOEBA_WAIT_FOR_HATCHING, -- 2.34.1