mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 06:09:38 +03:00
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
This commit is contained in:
parent
d89eb91e77
commit
7dace110b0
2
files.c
2
files.c
@ -492,7 +492,7 @@ int do_insertfile(int loading_file)
|
|||||||
int ts = statusq(TRUE, extcmd_list, "", NULL,
|
int ts = statusq(TRUE, extcmd_list, "", NULL,
|
||||||
_("Command to execute"));
|
_("Command to execute"));
|
||||||
if (ts == -1 || answer == NULL || answer[0] == '\0') {
|
if (ts == -1 || answer == NULL || answer[0] == '\0') {
|
||||||
statusbar("Cancelled");
|
statusbar(_("Cancelled"));
|
||||||
UNSET(KEEP_CUTBUFFER);
|
UNSET(KEEP_CUTBUFFER);
|
||||||
display_main_list();
|
display_main_list();
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user