OSDN Git Service

Ring-Ranger → the Ring-Ranger。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 2 Feb 2002 18:56:14 +0000 (18:56 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 2 Feb 2002 18:56:14 +0000 (18:56 +0000)
セリフのピリオドの位置が変なのも修正。
's'を付けようか迷ったのだけれど、Ranger は「特別奇襲隊」とか「森林警備隊」
とかの「隊」単数だから 's' はいらない。個々の「隊員」は ranger で、頭が小文字。
ただ、"We are"でいいかどうか自信なし。

src/mspells1.c

index ccffea7..e08b8fa 100644 (file)
@@ -4410,7 +4410,7 @@ msg_format("
 #ifdef JP
 msg_format("¡Ö%dɤ¤½¤í¤Ã¤Æ¡¢¥ê¥ó¥°¥ì¥ó¥¸¥ã¡¼¡ª¡×", count);
 #else
-msg_format("They say 'The %d meets! We are Ring-Ranger!.'", count);
+msg_format("They say 'The %d meets! We are the Ring-Ranger!'.", count);
 #endif
                                msg_print(NULL);
                        }