OSDN Git Service

[Fix] ムービーファイルの上書き確認メッセージにゴミが入っている
authorHabu <habu1010+github@gmail.com>
Tue, 13 Jun 2023 11:52:09 +0000 (20:52 +0900)
committerHabu <habu1010+github@gmail.com>
Tue, 13 Jun 2023 11:52:09 +0000 (20:52 +0900)
src/io/record-play-movie.cpp

index f976932..a8afba9 100644 (file)
@@ -352,7 +352,7 @@ void prepare_movie_hooks(PlayerType *player_ptr)
     if (fd >= 0) {
         const auto &filename = path.string();
         (void)fd_close(fd);
-        std::string query = _("現存するファイルに上>書きしますか? (", "Replace existing file ");
+        std::string query = _("現存するファイルに上書きしますか? (", "Replace existing file ");
         query.append(filename);
         query.append(_(")", "? "));
         if (!get_check(query)) {