diff -ur nano-cvs/src/global.c nano-new/src/global.c --- nano-cvs/src/global.c 2006-04-12 11:01:21.000000000 +0200 +++ nano-new/src/global.c 2006-04-12 12:09:42.000000000 +0200 @@ -291,12 +291,12 @@ /* TRANSLATORS: Try to keep this and previous strings at most 10 characters. */ const char *history_msg = N_("History"); #ifdef ENABLE_MULTIBUFFER - /* TRANSLATORS: Try to keep at most 16 characters. */ + /* TRANSLATORS: Try to keep this at most 16 characters. */ const char *new_buffer_msg = N_("New Buffer"); #endif #endif #ifndef DISABLE_BROWSER - /* TRANSLATORS: Try to keep at most 16 characters. */ + /* TRANSLATORS: Try to keep this at most 16 characters. */ const char *to_files_msg = N_("To Files"); const char *first_file_msg = N_("First File"); const char *last_file_msg = N_("Last File");