]> git.wh0rd.org Git - nano.git/commitdiff
Translate cancelled string in files.c (David Benbennick)
authorChris Allegretta <chrisa@asty.org>
Mon, 3 Feb 2003 07:26:38 +0000 (07:26 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 3 Feb 2003 07:26:38 +0000 (07:26 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1419 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

files.c

diff --git a/files.c b/files.c
index 1ea9bb4b864ca454ec87cc302733898e8557f4a2..6580db66d2cf16ba7cb2acfcaacc49c87fcb26fe 100644 (file)
--- 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;