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/quests_mora.txt | |
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/quests_mora.txt')
-rw-r--r-- | npc/re/quests/quests_mora.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/re/quests/quests_mora.txt b/npc/re/quests/quests_mora.txt index 0d64f23d9..34999bbd8 100644 --- a/npc/re/quests/quests_mora.txt +++ b/npc/re/quests/quests_mora.txt @@ -3432,7 +3432,8 @@ L_ShowReport: mes "the mysterious power."; mes " "; mes "<Material analysis>"; - mes "*** Temperature ***** 33.5¡Æ"; + mes sprintf("*** %s ***** 33.5¡Æ", + _("Temperature")); mes "*** PH ************ 9.8"; mes "*** Solid residues *** 176"; mes "*** K+ ************ 0,23"; |