nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit bf7842090bc047a7a33126d758c0c6fd03a26076
parent 5f274c4b49313d8d3be7662eccf786020f795ca0
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 29 Apr 2006 13:59:04 +0000

another wording fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3453 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/global.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/global.c b/src/global.c @@ -379,7 +379,7 @@ void shortcut_init(bool unjustify) const char *nano_verbatim_msg = N_("Insert the next keystroke verbatim"); const char *nano_tab_msg = - N_("Insert a tab character at the cursor position"); + N_("Insert a tab at the cursor position"); const char *nano_enter_msg = N_("Insert a newline at the cursor position"); const char *nano_delete_msg =