• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revision2933a2bcdb586db00e8fc321c71a6e9f5c306497 (tree)
Time2004-03-26 18:13:26
Authormogami <mogami@0568...>
Commitermogami

Log Message

typo
You ... curses -> You ... curse
wip -> whip

Change Summary

Incremental Difference

--- a/src/cmd6.c
+++ b/src/cmd6.c
@@ -5442,7 +5442,7 @@ msg_print("
54425442 #ifdef JP
54435443 msg_print("ムチを伸ばした。");
54445444 #else
5445- msg_print("You stretched your wip.");
5445+ msg_print("You stretched your whip.");
54465446 #endif
54475447
54485448 fetch(dir, 500, TRUE);
--- a/src/spells1.c
+++ b/src/spells1.c
@@ -5119,7 +5119,7 @@ note_dies = "
51195119 #ifdef JP
51205120 if (!who) msg_format("%sを指差して呪いをかけた。", m_name);
51215121 #else
5122- if (!who) msg_format("You point at %s and curses.", m_name);
5122+ if (!who) msg_format("You point at %s and curse.", m_name);
51235123 #endif
51245124
51255125 if (r_ptr->flagsr & RFR_RES_ALL)
@@ -5155,7 +5155,7 @@ note_dies = "
51555155 #ifdef JP
51565156 if (!who) msg_format("%sを指差して恐ろしげに呪いをかけた。", m_name);
51575157 #else
5158- if (!who) msg_format("You point at %s and curses horribly.", m_name);
5158+ if (!who) msg_format("You point at %s and curse horribly.", m_name);
51595159 #endif
51605160
51615161 if (r_ptr->flagsr & RFR_RES_ALL)
Show on old repository browser