OSDN Git Service

To be more idiomatic, added definite article to English description of "Detect Ferocity".
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 21:18:41 +0000 (14:18 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 13:08:49 +0000 (22:08 +0900)
src/realm-hissatsu.c

index 4b9442f..04f56c4 100644 (file)
@@ -132,7 +132,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
 
        case 4:
                if (name) return _("殺気感知", "Detect Ferocity");
-               if (desc) return _("近くの思考することができるモンスターを感知する。", "Detects all monsters except mindless in your vicinity.");
+               if (desc) return _("近くの思考することができるモンスターを感知する。", "Detects all monsters except the mindless in your vicinity.");
 
                if (cast)
                {