diff -wur nano-cvs/src/global.c nano-new/src/global.c --- nano-cvs/src/global.c 2006-07-28 11:45:05.000000000 +0200 +++ nano-new/src/global.c 2006-07-28 13:41:58.000000000 +0200 @@ -1338,11 +1338,10 @@ #endif toggle_init_one(TOGGLE_TABSTOSPACES_KEY, + IFTHELP(N_("Conversion of typed tabs to spaces"), #ifndef DISABLE_MOUSE - IFTHELP(N_("Conversion of typed tabs to spaces"), TRUE, - TABS_TO_SPACES) + TRUE, TABS_TO_SPACES) #else - IFTHELP(N_("Conversion of typed tabs to spaces"), !ISSET(RESTRICTED) ? TRUE : FALSE, TABS_TO_SPACES) #endif );