OSDN Git Service

English: fix typo in message about the version of the savefile being loaded. Mentio...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 17 May 2022 14:11:59 +0000 (08:11 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 17 May 2022 14:11:59 +0000 (08:11 -0600)
src/load/info-loader.cpp

index bb6156a..3bd0e60 100644 (file)
@@ -60,7 +60,7 @@ void rd_version_info(void)
         }
     }
 
-    load_note(format(_("バージョン %d.%d.%d のセーブデータ(SAVE%lu形式)をロード中...", "Loading a Verison %d.%d.%d savefile (SAVE%lu format)..."),
+    load_note(format(_("バージョン %d.%d.%d のセーブデータ(SAVE%lu形式)をロード中...", "Loading a version %d.%d.%d savefile (SAVE%lu format)..."),
         w_ptr->h_ver_major, w_ptr->h_ver_minor, w_ptr->h_ver_patch,
         loading_savefile_version));
 }