]> git.wh0rd.org Git - nano.git/commitdiff
typo fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 11 Jul 2005 20:50:43 +0000 (20:50 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 11 Jul 2005 20:50:43 +0000 (20:50 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2849 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index 06300044fae2be27620136e0138275b1059c6f06..bd4b4db4e9eb96052f2b8dafb81bdbe24653d311 100644 (file)
@@ -262,8 +262,7 @@ void shortcut_init(bool unjustify)
        N_("Show the position of the cursor");
     const char *nano_spell_msg =
        N_("Invoke the spell checker, if available");
-    const char *nano_gotoline_msg =
-       N_("Go to a line and column number");
+    const char *nano_gotoline_msg = N_("Go to line and column number");
     const char *nano_replace_msg = N_("Replace text within the editor");
 #ifndef NANO_SMALL
     const char *nano_mark_msg = N_("Mark text at the cursor position");