From 95f7a7431e9c5c4e6fdecdc54ba1dd8875793bd8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 16 Jun 2005 03:11:39 +0000 Subject: [PATCH] wording fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2694 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.c b/src/global.c index a41c4079..f705f763 100644 --- a/src/global.c +++ b/src/global.c @@ -271,7 +271,7 @@ void shortcut_init(bool unjustify) const char *nano_help_msg = N_("Invoke the help menu"); const char *nano_exit_msg = #ifdef ENABLE_MULTIBUFFER - N_("Close current file buffer/Exit from nano") + N_("Close the current file buffer/Exit from nano") #else N_("Exit from nano") #endif -- 2.39.5