OSDN Git Service

Change "a" to "an" to match "elastic".
authorEric Branlund <ebranlund@fastmail.com>
Mon, 8 Feb 2021 23:25:54 +0000 (15:25 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 8 Feb 2021 23:25:54 +0000 (15:25 -0800)
src/player-attack/player-attack.c

index 399ea60..d76c267 100644 (file)
@@ -314,7 +314,7 @@ static void apply_damage_negative_effect(player_attack_type *pa_ptr, bool is_zan
     }
 
     if (is_zantetsu_nullified) {
-        msg_print(_("こんな軟らかいものは切れん!", "You cannot cut such a elastic thing!"));
+        msg_print(_("こんな軟らかいものは切れん!", "You cannot cut such an elastic thing!"));
         pa_ptr->attack_damage = 0;
     }