OSDN Git Service

Typo: "Your feel your head clear." -> "You feel your head clear."
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 19 Aug 2003 17:22:52 +0000 (17:22 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 19 Aug 2003 17:22:52 +0000 (17:22 +0000)
src/cmd6.c
src/spells1.c

index 7cd731c..c83c777 100644 (file)
@@ -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);
index 52f218a..528fbe7 100644 (file)
@@ -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);