Commit b77ec62c authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

for consistency, at the "Go To Line" prompt, display "Cancelled" instead

of "Aborted" if we cancel


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1945 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 45f971d6
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment