diff options
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"; |