summaryrefslogtreecommitdiff
path: root/npc/commands/language.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-19 19:34:34 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-19 19:34:34 -0300
commita21dbd49b85b2e7e747433dd50f40c043f4f2186 (patch)
treeb464a0868ab970910c57cf9721e004e53afdf07f /npc/commands/language.txt
parenta336dab9544285557df25c7e66b11b1eab6ec8c7 (diff)
downloadserverdata-a21dbd49b85b2e7e747433dd50f40c043f4f2186.tar.gz
serverdata-a21dbd49b85b2e7e747433dd50f40c043f4f2186.tar.bz2
serverdata-a21dbd49b85b2e7e747433dd50f40c043f4f2186.tar.xz
serverdata-a21dbd49b85b2e7e747433dd50f40c043f4f2186.zip
Fix pipeline and misc errrors
Diffstat (limited to 'npc/commands/language.txt')
-rw-r--r--npc/commands/language.txt6
1 files changed, 3 insertions, 3 deletions
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$);