diff options
author | Reid <reidyaro@gmail.com> | 2012-05-03 01:36:35 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-03 01:36:35 +0200 |
commit | e07d1790b4a2d827fa3113c18aeac25f5bd79fe0 (patch) | |
tree | 5914bf49938e7b09435b9923f2a02990bc462c6b /npc | |
parent | 3c72d5c30074d1ddffe94df97c4e1ca3c1161cbe (diff) | |
download | serverdata-e07d1790b4a2d827fa3113c18aeac25f5bd79fe0.tar.gz serverdata-e07d1790b4a2d827fa3113c18aeac25f5bd79fe0.tar.bz2 serverdata-e07d1790b4a2d827fa3113c18aeac25f5bd79fe0.tar.xz serverdata-e07d1790b4a2d827fa3113c18aeac25f5bd79fe0.zip |
Remove useless note from alige.
Diffstat (limited to 'npc')
-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; |