]> git.wh0rd.org Git - nano.git/commitdiff
for consistency, at the "Go To Line" prompt, display "Cancelled" instead
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Sep 2004 15:06:15 +0000 (15:06 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Sep 2004 15:06:15 +0000 (15:06 +0000)
of "Aborted" if we cancel

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

src/search.c

index 4b519b2575a3427b63c0cb2b48bbf86365893a90..e0d5602be6b53781474cca07b38e214dfb4f1dca 100644 (file)
@@ -868,7 +868,7 @@ void do_gotoline(int line, bool save_pos)
 
        /* Cancel, or Enter with blank string. */
        if (st == -1 || st == -2)
-           statusbar(_("Aborted"));
+           statusbar(_("Cancelled"));
        if (st != 0) {
            display_main_list();
            return;