OSDN Git Service

For readability, use active voice for English message displayed when a teleport curse...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 19:44:44 +0000 (11:44 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:56 +0000 (11:48 -0800)
src/dungeon.c

index 223b9d6..ae84da4 100644 (file)
@@ -2555,7 +2555,7 @@ static void process_world_aux_curse(void)
 
                        o_ptr = &inventory[i_keep];
                        object_desc(o_name, o_ptr, (OD_OMIT_PREFIX | OD_NAME_ONLY));
-                       msg_format(_("%sがテレポートの能力を発動させようとしている。", "Your %s is activating teleportation."), o_name);
+                       msg_format(_("%sがテレポートの能力を発動させようとしている。", "Your %s tries to teleport you."), o_name);
                        if (get_check_strict(_("テレポートしますか?", "Teleport? "), CHECK_OKAY_CANCEL))
                        {
                                disturb(FALSE, TRUE);