OSDN Git Service

Correct English typo.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 7 Feb 2021 01:14:18 +0000 (17:14 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 7 Feb 2021 01:14:18 +0000 (17:14 -0800)
src/object-activation/activation-bolt-ball.c

index 345659b..bea97e5 100644 (file)
@@ -326,7 +326,7 @@ bool activate_ball_lite(player_type *user_ptr, concptr name)
 bool activate_ball_dark(player_type *user_ptr, concptr name)
 {
     DIRECTION dir;
-    msg_format(_("%sが深い闇に覆われた...", "The %s is coverd in pitch-darkness..."), name);
+    msg_format(_("%sが深い闇に覆われた...", "The %s is covered in pitch-darkness..."), name);
     if (!get_aim_dir(user_ptr, &dir))
         return FALSE;