OSDN Git Service

To be more idiomatic, reword English message for genocide failing in an arena.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 11 Feb 2021 21:57:53 +0000 (13:57 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 11 Feb 2021 21:57:53 +0000 (13:57 -0800)
src/spell-kind/spells-genocide.c

index 788b3c3..73bfba3 100644 (file)
@@ -123,7 +123,7 @@ bool symbol_genocide(player_type *caster_ptr, int power, bool player_cast)
     is_special_floor |= caster_ptr->current_floor_ptr->inside_arena;
     is_special_floor |= caster_ptr->phase_out;
     if (is_special_floor) {
-        msg_print(_("何も起きないようだ……", "It seems nothing happen here..."));
+        msg_print(_("何も起きないようだ……", "Nothing seems to happen..."));
         return FALSE;
     }