Name "Lift" as "Platform", to be more generic.

This commit is contained in:
Steve 2018-03-17 16:57:35 +00:00
parent 1becdb42cc
commit 12ce22fd57
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ static void activate(int active)
if (!isOnScreen(self))
{
setGameplayMessage(MSG_GAMEPLAY, _("Lift activated ..."));
setGameplayMessage(MSG_GAMEPLAY, _("Platform activated ..."));
}
}
}