Commit 7dace110 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Translate cancelled string in files.c (David Benbennick)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1419 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent d89eb91e
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -492,7 +492,7 @@ int do_insertfile(int loading_file)
int ts = statusq(TRUE, extcmd_list, "", NULL,
_("Command to execute"));
if (ts == -1 || answer == NULL || answer[0] == '\0') {
statusbar("Cancelled");
statusbar(_("Cancelled"));
UNSET(KEEP_CUTBUFFER);
display_main_list();
return 0;
......
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