From: David Lawrence Ramsey Date: Sat, 23 Oct 2004 14:53:07 +0000 (+0000) Subject: consistency fix for the ^I help entry X-Git-Tag: v1.3.5~102 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e7c4168ee167ee0ada6de9ac194e7d8087c36758;p=nano.git consistency fix for the ^I help entry git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2018 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/global.c b/src/global.c index 05fd10fb..e23d02ee 100644 --- a/src/global.c +++ b/src/global.c @@ -288,7 +288,8 @@ void shortcut_init(int unjustify) 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"); - const char *nano_tab_msg = N_("Insert a tab character"); + const char *nano_tab_msg = + N_("Insert a tab character at the cursor position"); const char *nano_enter_msg = N_("Insert a carriage return at the cursor position"); #ifndef NANO_SMALL