OSDN Git Service

Correct English typo.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 04:12:41 +0000 (20:12 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/cmd-activate.c

index 634daf0..7761e66 100644 (file)
@@ -932,7 +932,7 @@ bool activate_artifact(object_type *o_ptr)
 
        case ACT_BA_DARK:
        {
-               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(&dir)) return FALSE;
                fire_ball(GF_DARK, dir, 250, 4);
                break;