OSDN Git Service

Fill out English message for rejecting purchases in the museum.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 15 Feb 2021 22:09:50 +0000 (14:09 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/store.c

index f9f6cb8..744f84d 100644 (file)
@@ -4534,7 +4534,7 @@ static void store_purchase(void)
 
        if (cur_store_num == STORE_MUSEUM)
        {
-               msg_print(_("博物館から取り出すことはできません。", "Museum."));
+               msg_print(_("博物館から取り出すことはできません。", "Items cannot be taken out of the Museum."));
                return;
        }