OSDN Git Service

Inserted missing period in English message. Brings the message into agreement with...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 19 Jan 2020 16:34:52 +0000 (08:34 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 19 Jan 2020 16:34:52 +0000 (08:34 -0800)
src/effects.c

index 66378bb..2bb9f95 100644 (file)
@@ -55,7 +55,7 @@ void set_action(ACTION_IDX typ)
                        }
                        case ACTION_LEARN:
                        {
-                               msg_print(_("学習をやめた。", "You stop learning"));
+                               msg_print(_("学習をやめた。", "You stop learning."));
                                new_mane = FALSE;
                                break;
                        }