--- BasiliskII/src/user_strings.cpp 2002/09/17 16:06:37 1.12 +++ BasiliskII/src/user_strings.cpp 2005/06/06 20:11:50 1.15 @@ -1,7 +1,7 @@ /* * user_strings.cpp - Common localizable strings * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2005 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 @@ -210,6 +210,7 @@ user_string_def common_strings[] = { {STR_JIT_CACHE_SIZE_8MB_LAB, "8192"}, {STR_JIT_CACHE_SIZE_16MB_LAB, "16384"}, {STR_JIT_LAZY_CINV_CTRL, "Enable lazy invalidation of translation cache"}, + {STR_JIT_FOLLOW_CONST_JUMPS, "Translate through constant jumps (inline blocks)"}, {STR_WINDOW_TITLE, "Basilisk II"}, {STR_WINDOW_TITLE_FROZEN, "Basilisk II *** FROZEN ***"},