OSDN Git Service

Make "shard" plural in the dragon breath table to match most of the uses elsewhere.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 7 Feb 2021 05:06:13 +0000 (21:06 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 7 Feb 2021 05:06:13 +0000 (21:06 -0800)
src/object-enchant/dragon-breaths-table.c

index 36b6f73..bbd452f 100644 (file)
@@ -13,7 +13,7 @@ const dragonbreath_type dragonbreath_info[] = {
        { TR_RES_POIS, GF_POIS, _("毒", "poison") },
        { TR_RES_LITE, GF_LITE, _("閃光", "light") },
        { TR_RES_DARK, GF_DARK, _("暗黒", "dark") },
-       { TR_RES_SHARDS, GF_SHARDS, _("破片", "shard") },
+       { TR_RES_SHARDS, GF_SHARDS, _("破片", "shards") },
        { TR_RES_CONF, GF_CONFUSION, _("混乱", "confusion") },
        { TR_RES_SOUND, GF_SOUND, _("轟音", "sound") },
        { TR_RES_NEXUS, GF_NEXUS, _("因果混乱", "nexus") },