GUI cosmetics: translation cache size is expressed in Kilo Bytes (KB)

This commit is contained in:
gbeauche 2005-11-20 21:58:30 +00:00
parent ad4f3b2afd
commit 3cd04e58e1

View File

@ -215,7 +215,7 @@ user_string_def common_strings[] = {
{STR_JIT_PANE_TITLE, "JIT Compiler"},
{STR_JIT_CTRL, "Enable JIT Compiler"},
{STR_JIT_FPU_CTRL, "Compile FPU Instructions"},
{STR_JIT_CACHE_SIZE_CTRL, "Translation Cache Size"},
{STR_JIT_CACHE_SIZE_CTRL, "Translation Cache Size (KB)"},
{STR_JIT_CACHE_SIZE_2MB_LAB, "2048"},
{STR_JIT_CACHE_SIZE_4MB_LAB, "4096"},
{STR_JIT_CACHE_SIZE_8MB_LAB, "8192"},