diff options
-rw-r--r-- | npc/000-2-1/alige.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 58266b81..ea45765c 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -224,7 +224,7 @@ l_Food: mesn "Narrator"; mes col(l("You can attack a monster by clicking on him, or from your keyboard, on using the key "A" to select and "Ctrl" to attack."), 9); next; - mes col(l("Once the monster is dead, you can take his drop with your mouse on clicking on it, or by using the key "Z" from your keyboard.##NOTE_TO_TRANSLATORS: Remplace the key with the one used in your keyboard!"), 9); + mes col(l("Once the monster is dead, you can take his drop with your mouse on clicking on it, or by using the key "Z" from your keyboard."), 9); close; |