From 7dace110b09bf9b0f7165472a5aeec9fb9f5d8c8 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Mon, 3 Feb 2003 07:26:38 +0000 Subject: [PATCH] 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 --- files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files.c b/files.c index 1ea9bb4b..6580db66 100644 --- a/files.c +++ b/files.c @@ -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; -- 2.39.5