nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 7dace110b09bf9b0f7165472a5aeec9fb9f5d8c8
parent d89eb91e77c9a63c2804423bffbfcccba8044497
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon,  3 Feb 2003 07:26:38 +0000

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

Diffstat:
Mfiles.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;