diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 40be085c..9e31162b 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -703,8 +703,8 @@ void DOSBOX_Init(void) { "You can put your MOUNT lines here.\n" ); MSG_Add("CONFIGFILE_INTRO", - "# This is the configurationfile for DOSBox %s. (Please use the latest version of DOSBox)\n" - "# Lines starting with a # are commentlines and are ignored by DOSBox.\n" + "# This is the configuration file for DOSBox %s. (Please use the latest version of DOSBox)\n" + "# Lines starting with a # are comment lines and are ignored by DOSBox.\n" "# They are used to (briefly) document the effect of each option.\n"); MSG_Add("CONFIG_SUGGESTED_VALUES", "Possible values");