OSDN Git Service

Removed extra space after period to match other English spell descriptions.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 6 Feb 2020 01:36:36 +0000 (17:36 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:37:35 +0000 (22:37 +0900)
src/realm-death.c

index c7127d3..78577d9 100644 (file)
@@ -622,7 +622,7 @@ concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
        case 31:
                if (name) return _("幽体化", "Wraithform");
                if (desc) return _("一定時間、壁を通り抜けることができ受けるダメージが軽減される幽体の状態に変身する。",
-                       "Causes you to be ghost-like for a while.  That reduces the damage you take and allows you to pass through walls.");
+                       "Causes you to be ghost-like for a while. That reduces the damage you take and allows you to pass through walls.");
 
                {
                        int base = plev / 2;