diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-12-19 19:37:27 +0400 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-12-19 19:37:27 +0400 |
commit | f299c43cdd64f1b67904d1e5bf30fb97d503ffc6 (patch) | |
tree | 38f771a1124eafab352a0adc43577b8fd2dd9bb7 | |
parent | ecc2bfea7c05281bf40a6a08e353e5918d375f35 (diff) | |
download | clientdata-f299c43cdd64f1b67904d1e5bf30fb97d503ffc6.tar.gz clientdata-f299c43cdd64f1b67904d1e5bf30fb97d503ffc6.tar.bz2 clientdata-f299c43cdd64f1b67904d1e5bf30fb97d503ffc6.tar.xz clientdata-f299c43cdd64f1b67904d1e5bf30fb97d503ffc6.zip |
Translated the savepoint message.
-rw-r--r-- | npc/functions/savepoint.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt index 39ebb064..26272616 100644 --- a/npc/functions/savepoint.txt +++ b/npc/functions/savepoint.txt @@ -30,7 +30,7 @@ function script savepointparticle { .@i = 0; } - message strcharinfo(0), "Your position has been saved."; + message strcharinfo(0), l("Your position has been saved."); if (getarg(.@i, NO_INN) == NO_INN) { |