diff options
author | Haru <haru@dotalux.com> | 2017-09-10 21:40:03 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-12 05:11:07 +0200 |
commit | 0ee299ed65590059ac43c5fe09e4bc80c15d564f (patch) | |
tree | 9ea7e07a27d14d774e5f31522687e14be8a7a7ca /npc/merchants/socket_enchant.txt | |
parent | 762e458d893220176a1415df8fcb5cd56c7a9996 (diff) | |
download | hercules-0ee299ed65590059ac43c5fe09e4bc80c15d564f.tar.gz hercules-0ee299ed65590059ac43c5fe09e4bc80c15d564f.tar.bz2 hercules-0ee299ed65590059ac43c5fe09e4bc80c15d564f.tar.xz hercules-0ee299ed65590059ac43c5fe09e4bc80c15d564f.zip |
Fix several typos and grammar mistakes
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/merchants/socket_enchant.txt')
-rw-r--r-- | npc/merchants/socket_enchant.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index db8b69feb..279aaf0ba 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -142,7 +142,7 @@ mes "Armor, you said?"; mes "Sure, no problem."; mes "Armor is divided into 4 different classes, depending on the work difficulty."; - mes "C Class is the easiest one, and S Class he hardest one."; + mes "C Class is the easiest one, and S Class is the hardest one."; mes "Which class would you like to try?"; next; switch(select("C Class", "B Class", "A Class", "S Class")) @@ -236,7 +236,7 @@ mes "[Seiyablem]"; mes "In some towns, Slot addition attempts are more successful for equipment with fewer upgrades."; mes "In other towns, the opposite is true."; - mes "isn't that really peculiar?"; + mes "Isn't that really peculiar?"; next; mes "[Seiyablem]"; mes "Oh, there's also something really important that you should know."; |