OSDN Git Service

English: change failure message for an elementalist using a power
authorEric Branlund <ebranlund@fastmail.com>
Tue, 29 Mar 2022 18:55:53 +0000 (12:55 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 29 Mar 2022 18:55:53 +0000 (12:55 -0600)
src/mind/mind-elementalist.cpp

index cd6abe2..5f70aac 100644 (file)
@@ -892,7 +892,7 @@ static bool try_cast_element_spell(PlayerType *player_ptr, SPELL_IDX spell_idx,
         flush();
     }
 
-    msg_format(_("魔力の集中に失敗した!", "You failed to concentrate hard enough for Mana!"));
+    msg_format(_("魔力の集中に失敗した!", "You failed to focus the elemental power!"));
     sound(SOUND_FAIL);
 
     if (randint1(100) < chance / 2) {