From 5beccbdca0f4840d31904a746b144167f5b82fed Mon Sep 17 00:00:00 2001 From: Catalin Novgorodschi <1140613+Shadowss@users.noreply.github.com> Date: Fri, 8 Jun 2018 08:04:32 +0300 Subject: [PATCH] Little fix for hero language + life points --- GameEngine/Lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Lang/en.php b/GameEngine/Lang/en.php index 8b0d8041..4430602f 100755 --- a/GameEngine/Lang/en.php +++ b/GameEngine/Lang/en.php @@ -1099,7 +1099,7 @@ define("RESET","reset"); define("YOUR_POINT_UNTIL"," your points until you are level "); define("OR_LOWER"," or lower!"); define("YOUR_HERO_HAS","Your hero has "); -define("OF_HIT_POINTS","of his hit points."); +define("OF_HIT_POINTS","of his life points"); define("ERROR_NAME_SHORT","Error: name too short"); define("HEROSMANSION_DESC","In the Hero's mansion you can train your own hero and at level 10, 15 and 20 you can conquer oases with Hero in the immediate vicinity.");