OSDN Git Service

Reworded fully damaged English message - "crumple" is the wrong tense and doesn't...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 11 Sep 2019 23:31:19 +0000 (16:31 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 11 Sep 2019 23:31:19 +0000 (16:31 -0700)
src/player-damage.c

index aa6a1ee..393ebac 100644 (file)
@@ -369,7 +369,7 @@ static bool acid_minus_ac(void)
        /* No damage left to be done */
        if (o_ptr->ac + o_ptr->to_a <= 0)
        {
-               msg_format(_("%sは既にボロボロだ!", "Your %s is already crumble!"), o_name);
+               msg_format(_("%sは既にボロボロだ!", "Your %s is already fully corroded!"), o_name);
                return (FALSE);
        }