diff options
author | Haru <haru@dotalux.com> | 2016-05-15 18:47:32 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-06-25 17:29:41 +0200 |
commit | ef7f1cbcaf893961d9e8e053ec666602645111df (patch) | |
tree | c8856ee8b543092d9586c0787df11da114835b84 /npc/re/quests/eden | |
parent | 29d956f89fb895652d092cf3bebd0db2c2af3beb (diff) | |
download | hercules-ef7f1cbcaf893961d9e8e053ec666602645111df.tar.gz hercules-ef7f1cbcaf893961d9e8e053ec666602645111df.tar.bz2 hercules-ef7f1cbcaf893961d9e8e053ec666602645111df.tar.xz hercules-ef7f1cbcaf893961d9e8e053ec666602645111df.zip |
Corrected various translation/text encoding issues
- The generated translation file now loads cleanly without encoding conversion errors
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/re/quests/eden')
-rw-r--r-- | npc/re/quests/eden/100-110.txt | 2 | ||||
-rw-r--r-- | npc/re/quests/eden/111-120.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/quests/eden/100-110.txt b/npc/re/quests/eden/100-110.txt index 0cbcb610b..2fa43097c 100644 --- a/npc/re/quests/eden/100-110.txt +++ b/npc/re/quests/eden/100-110.txt @@ -87,7 +87,7 @@ moc_para01,37,95,5 script Gelkah#1 4_F_GELKA,{ mes "That person standing next to me is my master... He came back after long journey of practice."; next; mes "[Gelkah]"; - mes "I understand you might wonder why a Sura wants an Archbishop as a teacher..."; + mes "I understand you might wonder why a Sura wants an Archbishop as a teacher..."; } else { cutin "gelca03",2; diff --git a/npc/re/quests/eden/111-120.txt b/npc/re/quests/eden/111-120.txt index 9f503666d..39b7de701 100644 --- a/npc/re/quests/eden/111-120.txt +++ b/npc/re/quests/eden/111-120.txt @@ -878,7 +878,7 @@ moc_para01,17,95,5 script Mingmin#1 4_F_GENETIC,{ case 3: mes "[Mingmin]"; if (questprogress(13098,PLAYTIME) == 1) - mes "They all look the same for me. I should research harder."; + mes "They all look the same for me. I should research harder."; else if (questprogress(13097,HUNTING) == 1) { cutin "º£³ªÅõ",3; //venatu_card mes "There is one more reason why many adventurers are sent to Juperos and that is my real request."; |