diff --git a/src/nano.c b/src/nano.c index 441a2e4e..2ca30973 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1284,8 +1284,8 @@ void unbound_key(int code) * (from the keyboard) that nano does not recognize. */ statusline(AHEM, _("Unknown sequence")); #ifndef NANO_TINY - /* TRANSLATORS: This refers to an unbound function key. */ else if (code > KEY_F0 && code < KEY_F0 + 25) + /* TRANSLATORS: This refers to an unbound function key. */ statusline(AHEM, _("Unbound key: F%i"), code - KEY_F0); #endif else if (code > 0x7F)