diff options
-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: |