diff options
author | wushin <pasekei@gmail.com> | 2015-03-01 21:52:18 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-03-01 21:52:18 -0600 |
commit | 7c1918db59a98d81447808ecf56e68d1943d6b41 (patch) | |
tree | 97ca3bb34da1f96850896442d94f83e33cb74275 /world | |
parent | 67bebdddefd6b439b1531b99956c9bd9465baf10 (diff) | |
download | serverdata-7c1918db59a98d81447808ecf56e68d1943d6b41.tar.gz serverdata-7c1918db59a98d81447808ecf56e68d1943d6b41.tar.bz2 serverdata-7c1918db59a98d81447808ecf56e68d1943d6b41.tar.xz serverdata-7c1918db59a98d81447808ecf56e68d1943d6b41.zip |
Fix phrase
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/029-2/nyle.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/029-2/nyle.txt b/world/map/npc/029-2/nyle.txt index 7732b9aa..3e15d6cb 100644 --- a/world/map/npc/029-2/nyle.txt +++ b/world/map/npc/029-2/nyle.txt @@ -25,7 +25,7 @@ L_Items: mes "Pick an item from either storage or inventory and choose what you want to do with it by clicking the right button."; mes "You can also pick and drag items from one window into the other but this will move all items of this kind."; next; - mes "Items in your storage are totally save. Banking itself is totally save.\""; + mes "Items in your storage are totally safe. Banking itself is totally safe.\""; menu "And how do I save money?", L_Money, "Thanks!", L_Thanks; @@ -36,7 +36,7 @@ L_Money: mes "You only have to tell him how much you want to deposit or withdraw."; mes "Also you can ask how much he already save for you by checking your balance."; next; - mes "Money in your storage is totally save. Banking itself is totally save.\""; + mes "Money in your storage is totally safe. Banking itself is totally safe.\""; menu "And how do I save items?", L_Items, "Thanks!", L_Thanks; |