OSDN Git Service

Corrected English spelling mistake.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 28 Jan 2021 22:12:46 +0000 (14:12 -0800)
committerHourier <hourier@users.sourceforge.jp>
Sun, 31 Jan 2021 01:09:31 +0000 (10:09 +0900)
src/cmd-item/cmd-smith.c

index 416303c..9bccfd6 100644 (file)
@@ -777,7 +777,7 @@ static void add_essence(player_type *creature_ptr, ESSENCE_IDX mode)
                 char tmp_val[160];
 
                 /* Prompt */
-                (void)strnfmt(tmp_val, 78, _("%sを付加しますか? ", "Add the abilitiy of %s? "), essence_info[num[i]].add_name);
+                (void)strnfmt(tmp_val, 78, _("%sを付加しますか? ", "Add the ability of %s? "), essence_info[num[i]].add_name);
 
                 /* Belay that order */
                 if (!get_check(tmp_val))