wording fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3380 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f50bd4be88
commit
57c9afb9e6
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue