From dfd7978cb24d18feef9f2d4f11dc2e8e6fc13fce Mon Sep 17 00:00:00 2001 From: Gallaecio Date: Fri, 3 Apr 2015 07:39:25 +0000 Subject: [PATCH] =?UTF-8?q?fix=20typo=20(particate=20=E2=86=92=20participa?= =?UTF-8?q?te)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was SVN commit r16492. --- binaries/data/mods/public/simulation/ai/petra/chatHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/simulation/ai/petra/chatHelper.js b/binaries/data/mods/public/simulation/ai/petra/chatHelper.js index fc6a54acad..e546489d49 100644 --- a/binaries/data/mods/public/simulation/ai/petra/chatHelper.js +++ b/binaries/data/mods/public/simulation/ai/petra/chatHelper.js @@ -33,7 +33,7 @@ m.chatRequestTribute = function(gameState, resource) if (proba < 0.5) var message = "/team " + markForTranslation("I am in need of %(resource)s, can you help? I will make it up to you."); else - var message = "/team " + markForTranslation("I would particate more efficiently in our common war effort if you could provide me some %(resource)s."); + var message = "/team " + markForTranslation("I would participate more efficiently in our common war effort if you could provide me some %(resource)s."); var chat = { "type": "aichat", "message": message, "translateMessage": true, "translateParameters": ["resource"], "parameters": { "resource": resource } }; Engine.PostCommand(PlayerID, chat);