OSDN Git Service

In English description for "Vampire's Fang" change "to" to "on" to be more idiomatic.
[hengbandforosx/hengbandosx.git] / src / realm-chaos.c
index 0321987..1010842 100644 (file)
@@ -474,7 +474,7 @@ concptr do_chaos_spell(SPELL_IDX spell, BIT_FLAGS mode)
 
        case 25:
                if (name) return _("流星群", "Meteor Swarm");
-               if (desc) return _("自分の周辺に隕石を落とす。", "Makes meteor balls fall down to nearby random locations.");
+               if (desc) return _("自分の周辺に隕石を落とす。", "Causes meteorites to fall down on nearby random locations.");
 
                {
                        HIT_POINT dam = plev * 2;
@@ -508,7 +508,7 @@ concptr do_chaos_spell(SPELL_IDX spell, BIT_FLAGS mode)
 
        case 27:
                if (name) return _("混沌召来", "Call Chaos");
-               if (desc) return _("ランダムな属性の球やビームを発生させる。", "Generates random kind of balls or beams.");
+               if (desc) return _("ランダムな属性の球やビームを発生させる。", "Generates random kinds of balls or beams.");
 
                {
                        if (info) return format("%s150 / 250", KWD_DAM);