--- BasiliskII/src/AmigaOS/user_strings_amiga.cpp 1999/10/19 19:28:20 1.3 +++ BasiliskII/src/AmigaOS/user_strings_amiga.cpp 2000/04/10 18:52:44 1.5 @@ -1,7 +1,7 @@ /* * user_strings_amiga.cpp - AmigaOS-specific localizable strings * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -44,6 +44,7 @@ user_string_def platform_strings[] = { {STR_NO_GTLAYOUT_LIB_WARN, "Cannot open gtlayout.library V39. The preferences editor GUI will not be available."}, {STR_NO_AHI_WARN, "Cannot open ahi.device V2. Audio output will be disabled."}, {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."}, + {STR_AHI_MODE_CTRL, "AHI Mode"}, {-1, NULL} // End marker };