OSDN Git Service

typo
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 26 Mar 2004 09:13:26 +0000 (09:13 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 26 Mar 2004 09:13:26 +0000 (09:13 +0000)
You ... curses -> You ... curse
wip -> whip

src/cmd6.c
src/spells1.c

index 4022d4a..e8c40b8 100644 (file)
@@ -5442,7 +5442,7 @@ msg_print("
 #ifdef JP
                                msg_print("¥à¥Á¤ò¿­¤Ð¤·¤¿¡£");
 #else
-                               msg_print("You stretched your wip.");
+                               msg_print("You stretched your whip.");
 #endif
 
                                fetch(dir, 500, TRUE);
index a35d231..463422f 100644 (file)
@@ -5119,7 +5119,7 @@ note_dies = "
 #ifdef JP
                        if (!who) msg_format("%s¤ò»Øº¹¤·¤Æ¼ö¤¤¤ò¤«¤±¤¿¡£", m_name);
 #else
-                       if (!who) msg_format("You point at %s and curses.", m_name);
+                       if (!who) msg_format("You point at %s and curse.", m_name);
 #endif
 
                        if (r_ptr->flagsr & RFR_RES_ALL)
@@ -5155,7 +5155,7 @@ note_dies = "
 #ifdef JP
                        if (!who) msg_format("%s¤ò»Øº¹¤·¤Æ¶²¤í¤·¤²¤Ë¼ö¤¤¤ò¤«¤±¤¿¡£", m_name);
 #else
-                       if (!who) msg_format("You point at %s and curses horribly.", m_name);
+                       if (!who) msg_format("You point at %s and curse horribly.", m_name);
 #endif
 
                        if (r_ptr->flagsr & RFR_RES_ALL)