OSDN Git Service

Changed "teared" to "tore" since the past tense for that verb is irregular. Moved...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 00:43:55 +0000 (17:43 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 00:43:55 +0000 (17:43 -0700)
src/cmd-item.c

index b2b628b..3275be4 100644 (file)
@@ -535,7 +535,7 @@ void do_cmd_takeoff(void)
 
                if (((o_ptr->curse_flags & TRC_HEAVY_CURSE) && one_in_(7)) || one_in_(4))
                {
-                       msg_print(_("呪われた装備を力づくで剥がした!", "You teared a cursed equipment off by sheer strength!"));
+                       msg_print(_("呪われた装備を力づくで剥がした!", "You tore off a piece of cursed equipment by sheer strength!"));
 
                        o_ptr->ident |= (IDENT_SENSE);
                        o_ptr->curse_flags = 0L;