diff options
Diffstat (limited to 'setup/txt_keyinput.c')
-rw-r--r-- | setup/txt_keyinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/txt_keyinput.c b/setup/txt_keyinput.c index e385cc59..483c325f 100644 --- a/setup/txt_keyinput.c +++ b/setup/txt_keyinput.c @@ -111,7 +111,7 @@ static void TXT_KeyInputDrawer(TXT_UNCAST_ARG(key_input), int selected) if (*key_input->variable == 0) { - strcpy(buf, ""); + strcpy(buf, "(none)"); } else { |