nano

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

commit da952f8ded1ec0250abbb7c7f595ee5089e55f06
parent 2690bafa155004cc0cd74ecd742c7c21f3dfe805
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 24 Oct 2004 16:18:17 +0000

consistency fix for the ^^ help entry


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2020 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 @@ -284,7 +284,7 @@ void shortcut_init(int unjustify) const char *nano_home_msg = N_("Move to the beginning of the current line"); const char *nano_end_msg = N_("Move to the end of the current line"); const char *nano_refresh_msg = N_("Refresh (redraw) the current screen"); - const char *nano_mark_msg = N_("Mark text at the current cursor location"); + const char *nano_mark_msg = N_("Mark text at the cursor position"); const char *nano_delete_msg = N_("Delete the character under the cursor"); const char *nano_backspace_msg = N_("Delete the character to the left of the cursor");