--- BasiliskII/src/AmigaOS/user_strings_amiga.cpp 2000/04/10 18:52:44 1.5 +++ BasiliskII/src/AmigaOS/user_strings_amiga.cpp 2000/08/20 14:08:42 1.7 @@ -36,7 +36,7 @@ user_string_def platform_strings[] = { {STR_NO_IFFPARSE_LIB_ERR, "Cannot open iffparse.library V39."}, {STR_NO_ASL_LIB_ERR, "Cannot open asl.library V36."}, {STR_NO_TIMER_DEV_ERR, "Cannot open timer.device."}, - {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 mode."}, + {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 or CyberGraphX mode."}, {STR_WRONG_SCREEN_DEPTH_ERR, "Basilisk II only supports 8, 16 or 24 bit screens."}, {STR_WRONG_SCREEN_FORMAT_ERR, "Basilisk II only supports big-endian chunky ARGB screen modes."}, {STR_NOT_ETHERNET_WARN, "The selected network device is not an Ethernet device. Networking will be disabled."}, @@ -46,6 +46,8 @@ user_string_def platform_strings[] = { {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."}, {STR_AHI_MODE_CTRL, "AHI Mode"}, + {STR_NOT_ENOUGH_MEM_WARN, "Could not get %lu MBytes of memory.\nShould I use the largest Block (%lu MBytes) instead ?"}, + {-1, NULL} // End marker };