OSDN Git Service

Changed "stair" to "staircase" in English description (could replace "a stair" with...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:42:36 +0000 (10:42 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 08:44:14 +0000 (17:44 +0900)
src/realm-nature.c

index b54bc9a..0f4b8a4 100644 (file)
@@ -324,7 +324,7 @@ concptr do_nature_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode
 
        case 16:
                if (name) return _("階段生成", "Stair Building");
-               if (desc) return _("自分のいる位置に階段を作る。", "Creates a stair which goes down or up.");
+               if (desc) return _("自分のいる位置に階段を作る。", "Creates a staircase which goes down or up.");
 
                {
                        if (cast)