OSDN Git Service

Reworded the English message for failure of the mirror tunnel ability.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 20:02:54 +0000 (12:02 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 20:02:54 +0000 (12:02 -0800)
src/mind/mind-mirror-master.c

index 747c64a..0993398 100644 (file)
@@ -299,7 +299,7 @@ bool mirror_tunnel(player_type *caster_ptr)
     if (exe_dimension_door(caster_ptr, x, y))
         return TRUE;
 
-    msg_print(_("鏡の世界をうまく通れなかった!", "You fail to pass the mirror plane correctly!"));
+    msg_print(_("鏡の世界をうまく通れなかった!", "You could not enter the mirror!"));
     return TRUE;
 }