OSDN Git Service

To be more idiomatic, dropped "out" in the English summary for QUEST_TYPE_FIND_ARTIFA...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 5 Jan 2020 15:56:43 +0000 (07:56 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:37:31 +0000 (22:37 +0900)
src/cmd/cmd-dump.c

index 0889438..77a44d4 100644 (file)
@@ -6334,7 +6334,7 @@ static void do_cmd_knowledge_quests_current(player_type *creature_ptr, FILE *fff
                                                q_ptr->ident = IDENT_STORE;
                                                object_desc(creature_ptr, name, q_ptr, OD_NAME_ONLY);
                                        }
-                                       sprintf(note, _("\n   - %sを見つけ出す。", "\n   - Find out %s."), name);
+                                       sprintf(note, _("\n   - %sを見つけ出す。", "\n   - Find %s."), name);
                                        break;
                                case QUEST_TYPE_FIND_EXIT:
                                        sprintf(note, _(" - 出口に到達する。", " - Reach exit."));