OSDN Git Service

For the English messages about the remove curse for mana spell, got rid of "away...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:45:03 +0000 (12:45 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:45:03 +0000 (12:45 -0700)
src/realm-hex.c

index 37356b2..1fc5f40 100644 (file)
@@ -940,13 +940,13 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
                        {
                                if (one_in_(7))
                                {
-                                       msg_print(_("呪いを全て吸い取った。", "Heavy curse vanished away."));
+                                       msg_print(_("呪いを全て吸い取った。", "A heavy curse vanished."));
                                        o_ptr->curse_flags = 0L;
                                }
                        }
                        else if ((o_ptr->curse_flags & (TRC_CURSED)) && one_in_(3))
                        {
-                               msg_print(_("呪いを全て吸い取った。", "Curse vanished away."));
+                               msg_print(_("呪いを全て吸い取った。", "A curse vanished."));
                                o_ptr->curse_flags = 0L;
                        }