OSDN Git Service

Reworded English message for a missing cloak for "Cloak of Shadow" to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:31:45 +0000 (12:31 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:31:45 +0000 (12:31 -0700)
src/realm-hex.c

index f1b8e82..8ff81ff 100644 (file)
@@ -790,7 +790,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
 
                        if (!o_ptr->k_idx)
                        {
-                               msg_print(_("クロークを身につけていない!", "You don't ware any cloak."));
+                               msg_print(_("クロークを身につけていない!", "You are not wearing a cloak."));
                                return NULL;
                        }
                        else if (!object_is_cursed(o_ptr))