diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-19 19:33:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-19 19:33:38 -0300 |
commit | a336dab9544285557df25c7e66b11b1eab6ec8c7 (patch) | |
tree | 2e63d73dc4d58afa24668165d2362051ed987c14 /npc/functions | |
parent | 515119acc3e720c04ac9baab5d7def147003626c (diff) | |
download | serverdata-a336dab9544285557df25c7e66b11b1eab6ec8c7.tar.gz serverdata-a336dab9544285557df25c7e66b11b1eab6ec8c7.tar.bz2 serverdata-a336dab9544285557df25c7e66b11b1eab6ec8c7.tar.xz serverdata-a336dab9544285557df25c7e66b11b1eab6ec8c7.zip |
Use Translation Guide instead
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/asklanguage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/asklanguage.txt b/npc/functions/asklanguage.txt index 2ff8be5fd..32e0f7bc3 100644 --- a/npc/functions/asklanguage.txt +++ b/npc/functions/asklanguage.txt @@ -22,7 +22,7 @@ function script languagecode { function script asklanguage { - dispbottom col("We need help with translations. Use @translate to learn more.", 1); + dispbottom col("We need help with translations. [@@help://translate|Learn more@@]", 1); switch (getarg(0, LANG_IN_SHIP)) { case LANG_ON_SEA: |