From: mogami Date: Tue, 19 Aug 2003 17:22:52 +0000 (+0000) Subject: Typo: "Your feel your head clear." -> "You feel your head clear." X-Git-Tag: v2.1.2~1210 X-Git-Url: http://git.osdn.net/view?p=hengbandforosx%2Fhengbandosx.git;a=commitdiff_plain;h=cc65e3c6e51eb001c2bb49b5002948a89ab69804 Typo: "Your feel your head clear." -> "You feel your head clear." --- diff --git a/src/cmd6.c b/src/cmd6.c index 7cd731c2d..c83c77755 100644 --- a/src/cmd6.c +++ b/src/cmd6.c @@ -1172,7 +1172,7 @@ msg_print(" #ifdef JP msg_print("Ƭ¤¬¥Ï¥Ã¥­¥ê¤È¤·¤¿¡£"); #else - msg_print("Your feel your head clear."); + msg_print("You feel your head clear."); #endif p_ptr->window |= (PW_PLAYER); ident = TRUE; @@ -1184,7 +1184,7 @@ msg_print(" #ifdef JP msg_print("Ƭ¤¬¥Ï¥Ã¥­¥ê¤È¤·¤¿¡£"); #else - msg_print("Your feel your head clear."); + msg_print("You feel your head clear."); #endif p_ptr->redraw |= (PR_MANA); @@ -2533,7 +2533,7 @@ static int staff_effect(int sval, bool *use_charge, bool magic, bool known) #ifdef JP msg_print("Ƭ¤¬¥Ï¥Ã¥­¥ê¤È¤·¤¿¡£"); #else - msg_print("Your feel your head clear."); + msg_print("You feel your head clear."); #endif p_ptr->redraw |= (PR_MANA); @@ -5783,7 +5783,7 @@ msg_print(" #ifdef JP msg_print("Ƭ¤¬¥Ï¥Ã¥­¥ê¤È¤·¤¿¡£"); #else - msg_print("Your feel your head clear."); + msg_print("You feel your head clear."); #endif p_ptr->window |= (PW_PLAYER); } @@ -5794,7 +5794,7 @@ msg_print(" #ifdef JP msg_print("Ƭ¤¬¥Ï¥Ã¥­¥ê¤È¤·¤¿¡£"); #else - msg_print("Your feel your head clear."); + msg_print("You feel your head clear."); #endif p_ptr->redraw |= (PR_MANA); diff --git a/src/spells1.c b/src/spells1.c index 52f218a83..528fbe7ea 100644 --- a/src/spells1.c +++ b/src/spells1.c @@ -7636,7 +7636,7 @@ msg_format(" #ifdef JP msg_print("¤¢¤Ê¤¿¤ÏÌ¿¤¬Çö¤Þ¤Ã¤Æ¤¤¤¯¤è¤¦¤Ë´¶¤¸¤¿¡ª"); #else - msg_print("Your feel your life fade away!"); + msg_print("You feel your life fade away!"); #endif get_damage = take_hit(DAMAGE_ATTACK, dam, m_name, MS_HAND_DOOM);