From a21dbd49b85b2e7e747433dd50f40c043f4f2186 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Feb 2020 19:34:34 -0300 Subject: Fix pipeline and misc errrors --- npc/commands/language.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/commands/language.txt') diff --git a/npc/commands/language.txt b/npc/commands/language.txt index 24cc07feb..0a2927d3f 100644 --- a/npc/commands/language.txt +++ b/npc/commands/language.txt @@ -40,12 +40,12 @@ OnTranslate: dispbottom l("Example: @translate Nard"); dispbottom l("Example: @translate Elmo"); dispbottom l("Example: @translate npc/002-1/arpan"); - dispbottom l("PS. Doesn't always work. You need an account at %s", "@@https://www.transifex.com/akaras|Transifex@@ and to be at ManaPlus Team."); + dispbottom l("PS. Doesn't always work. You need an account at %s and to be at ManaPlus Team.", "@@https://www.transifex.com/akaras|Transifex@@"); end; } // Add .txt extension of needed - if (!compare(.@request$, ".txt") - .@request$ += ".txt" + if (!compare(.@request$, ".txt")) + .@request$ += ".txt"; // Fix stuff for URL format .@request$ = replacestr(.@request$, "/", "%2F"); .@request$ = strtolower(.@request$); -- cgit v1.2.3-70-g09d2