diff options
author | Haru <haru@dotalux.com> | 2016-05-17 15:17:00 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-06-25 17:29:51 +0200 |
commit | e93cd0118cc9147741961aae2e8d6eb08c5fbad9 (patch) | |
tree | d236ec49197df5e4afdd3a5c172a27413cab0c4a /npc/re/quests/quests_malangdo.txt | |
parent | ec2bd3849cc74373fed43ebf5ca29e8c67e81af5 (diff) | |
download | hercules-e93cd0118cc9147741961aae2e8d6eb08c5fbad9.tar.gz hercules-e93cd0118cc9147741961aae2e8d6eb08c5fbad9.tar.bz2 hercules-e93cd0118cc9147741961aae2e8d6eb08c5fbad9.tar.xz hercules-e93cd0118cc9147741961aae2e8d6eb08c5fbad9.zip |
Replaced _() with _$() in scripts, where appropriate
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/re/quests/quests_malangdo.txt')
-rw-r--r-- | npc/re/quests/quests_malangdo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/quests/quests_malangdo.txt b/npc/re/quests/quests_malangdo.txt index 1b1944655..9a3a3284f 100644 --- a/npc/re/quests/quests_malangdo.txt +++ b/npc/re/quests/quests_malangdo.txt @@ -825,7 +825,7 @@ mal_in02,174,64,5 script Linguist Devore#mal 4_CAT_MERMASTER,{ mes "If you see the words on the first page of this book, there's a sentence seeming like short conversation."; next; mes "[Linguist Devore]"; - mes sprintf(_("It's like this, for the question, %s, it says, %s"), + mes sprintf(_$("It's like this, for the question, %s, it says, %s"), "¬¬¬Ñ¬Ü ¬ã¬Ú?", "¬¡¬Ù ¬ã¬ì¬Þ ¬Õ¬à¬Ò¬â¬Ö, ¬Ò¬Ý¬Ñ¬Ô¬à¬Õ¬Ñ¬â¬ñ. ¬¡ ¬£¬Ú¬Ö?"); next; mes "[Linguist Devore]"; |