From: Eric Branlund Date: Tue, 16 Feb 2021 20:09:03 +0000 (-0800) Subject: In English message, inserted a definite article to be more idiomatic. X-Git-Tag: vmacos2.2.1-7g~38 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7a220cd042e1fe6b3836b5c75225d1e306dab22c;p=hengbandforosx%2Fhengbandosx.git In English message, inserted a definite article to be more idiomatic. --- diff --git a/src/cmd-pet.c b/src/cmd-pet.c index aa3b8647c..94d37406f 100644 --- a/src/cmd-pet.c +++ b/src/cmd-pet.c @@ -403,7 +403,7 @@ static void do_name_pet(void) } if (r_info[m_ptr->r_idx].flags1 & RF1_UNIQUE) { - msg_print(_("そのモンスターの名前は変えられない!", "You cannot change name of this monster!")); + msg_print(_("そのモンスターの名前は変えられない!", "You cannot change the name of this monster!")); return; } monster_desc(m_name, m_ptr, 0);