OSDN Git Service

Since "acid" is singular, change "melt" to "melts" for subject/verb agreement.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 04:52:27 +0000 (21:52 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 06:20:24 +0000 (15:20 +0900)
src/core.c
src/dungeon.c

index 02c83f0..881ad38 100644 (file)
@@ -1574,7 +1574,7 @@ static void process_world_aux_hp_and_sp(player_type *creature_ptr)
 
                        if (creature_ptr->levitation)
                        {
-                               msg_print(_("酸が飛び散った!", "The acid melt you!"));
+                               msg_print(_("酸が飛び散った!", "The acid melts you!"));
                                take_hit(creature_ptr, DAMAGE_NOESCAPE, damage, format(_("%sの上に浮遊したダメージ", "flying over %s"),
                                        f_name + f_info[get_feat_mimic(&creature_ptr->current_floor_ptr->grid_array[creature_ptr->y][creature_ptr->x])].name), -1);
                        }
index 3eb84ed..8f7c5e2 100644 (file)
@@ -1,4 +1,4 @@
-#include "angband.h"
+#include "angband.h"
 #include "dungeon.h"
 #include "world.h"