From cc3129dc3c5c2f5d2679470c144b66bc6384f503 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 23 Mar 2021 05:28:47 +0100 Subject: [PATCH] Changed %S to %hs in the Machine and Video missing strings. --- src/include/86box/language.h | 4 ++-- src/win/86Box.rc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/86box/language.h b/src/include/86box/language.h index a4ecbd629..b5e7a4304 100644 --- a/src/include/86box/language.h +++ b/src/include/86box/language.h @@ -36,8 +36,8 @@ #define IDS_2060 2060 // "On" #define IDS_2061 2061 // "Off" #define IDS_2062 2062 // "All floppy images (*.DSK..." -#define IDS_2063 2063 // "Machine ""%S"" is not..." -#define IDS_2064 2064 // "Video card ""%S"" is not..." +#define IDS_2063 2063 // "Machine ""%hs"" is not..." +#define IDS_2064 2064 // "Video card ""%hs"" is not..." #define IDS_2065 2065 // "Machine" #define IDS_2066 2066 // "Display" #define IDS_2067 2067 // "Input devices" diff --git a/src/win/86Box.rc b/src/win/86Box.rc index 7bc70a1ef..2fc62098e 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -947,12 +947,12 @@ BEGIN IDS_2060 "On" IDS_2061 "Off" IDS_2062 "All images (*.86F;*.DSK;*.FLP;*.IM?;*.*FD?)\0*.86F;*.DSK;*.FLP;*.IM?;*.*FD?\0Basic sector images (*.DSK;*.FLP;*.IM?;*.*FD?)\0*.DSK;*.FLP;*.IM?;*.IMG;*.*FD?\0Surface images (*.86F)\0*.86F\0" - IDS_2063 "Machine ""%s"" is not available due to missing ROMs in the roms/machines directory. Switching to an available machine." + IDS_2063 "Machine ""%hs"" is not available due to missing ROMs in the roms/machines directory. Switching to an available machine." END STRINGTABLE DISCARDABLE BEGIN - IDS_2064 "Video card ""%S"" is not available due to missing ROMs in the roms/video directory. Switching to an available video card." + IDS_2064 "Video card ""%hs"" is not available due to missing ROMs in the roms/video directory. Switching to an available video card." IDS_2065 "Machine" IDS_2066 "Display" IDS_2067 "Input devices"