OSDN Git Service

In English message, inserted a definite article to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 20:09:03 +0000 (12:09 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:56 +0000 (11:48 -0800)
src/cmd-pet.c

index aa3b864..94d3740 100644 (file)
@@ -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);