From fe5c8ef0530a5ca8cc370d2edd3c2b3ebc7f94eb Mon Sep 17 00:00:00 2001 From: jeefo Date: Thu, 27 Jul 2023 01:46:55 +0300 Subject: [PATCH] fix: do not break translation in favour of us english --- src/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph.cpp b/src/graph.cpp index 0f0b3a6..b957640 100644 --- a/src/graph.cpp +++ b/src/graph.cpp @@ -1611,7 +1611,7 @@ bool BotGraph::loadGraphData () { int mapSize = getBspSize (); if (mapSize != exten.mapSize) { - msg ("Warning: Graph data is probably not for this map. Please check bots behavior."); + msg ("Warning: Graph data is probably not for this map. Please check bots behaviour."); } } cv_debug_goal.set (kInvalidNodeIndex);