From 12ce22fd57b303f6738bb449cc095d3c8e1f67a2 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 17 Mar 2018 16:57:35 +0000 Subject: [PATCH] Name "Lift" as "Platform", to be more generic. --- src/entities/structures/lift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/structures/lift.c b/src/entities/structures/lift.c index b29e216..3dac8e0 100644 --- a/src/entities/structures/lift.c +++ b/src/entities/structures/lift.c @@ -125,7 +125,7 @@ static void activate(int active) if (!isOnScreen(self)) { - setGameplayMessage(MSG_GAMEPLAY, _("Lift activated ...")); + setGameplayMessage(MSG_GAMEPLAY, _("Platform activated ...")); } } }