nano

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

commit f585403b364fc9fa243c5dc0ebfef5399331e600
parent 601973ddc2bebdc331822179f3bf1049821d510d
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat,  6 Apr 2019 09:34:23 +0200

build: add src/cut.c to the list of files with translatable strings

(Also, adjust the style of one of the messages.)

This fixes https://savannah.gnu.org/bugs/?56083.

Bug existed since version 4.0, commit 50e8f8aa.

Diffstat:
Mpo/POTFILES.in | 1+
Msrc/cut.c | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in @@ -2,6 +2,7 @@ src/browser.c src/color.c +src/cut.c src/files.c src/global.c src/help.c diff --git a/src/cut.c b/src/cut.c @@ -478,7 +478,7 @@ void do_uncut_text(void) /* The leftedge where we started the paste. */ if (cutbuffer == NULL) { - statusbar(_("The cutbuffer is empty")); + statusbar(_("Cutbuffer is empty")); return; }