From be412b0f0860ca87d4ab45fe341f31bedbde72a8 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 3 Dec 2020 17:28:51 -0300 Subject: [PATCH] Change settings save confirmation to follow the established "emulated machine" convention --- src/include/86box/language.h | 2 +- src/win/86Box.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/86box/language.h b/src/include/86box/language.h index 5ae5bb169..a4ecbd629 100644 --- a/src/include/86box/language.h +++ b/src/include/86box/language.h @@ -95,7 +95,7 @@ #define IDS_2119 2119 // "Exit" #define IDS_2120 2120 // "No ROMs found" #define IDS_2121 2121 // "Do you want to save the settings?" -#define IDS_2122 2122 // "This will hard reset the virtual..." +#define IDS_2122 2122 // "This will hard reset the emulated..." #define IDS_2123 2123 // "Save" #define IDS_2124 2124 // "About 86Box" #define IDS_2125 2125 // "86Box v" EMU_VERSION diff --git a/src/win/86Box.rc b/src/win/86Box.rc index ae7f632e6..9cf75a9e1 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -1000,7 +1000,7 @@ BEGIN IDS_2119 "Exit" IDS_2120 "No ROMs found" IDS_2121 "Do you want to save the settings?" - IDS_2122 "This will hard reset the virtual machine." + IDS_2122 "This will hard reset the emulated machine." IDS_2123 "Save" IDS_2124 "About 86Box" IDS_2125 "86Box v" EMU_VERSION