wording fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2694 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
fa6c29cc2e
commit
95f7a7431e
|
@ -271,7 +271,7 @@ void shortcut_init(bool unjustify)
|
||||||
const char *nano_help_msg = N_("Invoke the help menu");
|
const char *nano_help_msg = N_("Invoke the help menu");
|
||||||
const char *nano_exit_msg =
|
const char *nano_exit_msg =
|
||||||
#ifdef ENABLE_MULTIBUFFER
|
#ifdef ENABLE_MULTIBUFFER
|
||||||
N_("Close current file buffer/Exit from nano")
|
N_("Close the current file buffer/Exit from nano")
|
||||||
#else
|
#else
|
||||||
N_("Exit from nano")
|
N_("Exit from nano")
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue