OSDN Git Service

To be more idiomatic, reword English description of pesticide activation.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 04:11:09 +0000 (20:11 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/cmd-activate.c

index 20d90db..634daf0 100644 (file)
@@ -948,7 +948,7 @@ bool activate_artifact(object_type *o_ptr)
 
        case ACT_PESTICIDE:
        {
-               msg_print(_("あなたは害虫を一掃した。", "You exterminate small life."));
+               msg_print(_("あなたは害虫を一掃した。", "You exterminate some pests."));
                (void)dispel_monsters(4);
                break;
        }