wording fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3380 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-04-14 20:21:45 +00:00
parent f50bd4be88
commit 57c9afb9e6
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ void shortcut_init(bool unjustify)
#endif #endif
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
const char *nano_cancel_msg = N_("Cancel the current function"); const char *nano_cancel_msg = N_("Cancel the current function");
const char *nano_help_msg = N_("Display the help text"); const char *nano_help_msg = N_("Display this help text");
const char *nano_exit_msg = const char *nano_exit_msg =
#ifdef ENABLE_MULTIBUFFER #ifdef ENABLE_MULTIBUFFER
N_("Close the current file buffer/Exit from nano") N_("Close the current file buffer/Exit from nano")