From f585403b364fc9fa243c5dc0ebfef5399331e600 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 6 Apr 2019 09:34:23 +0200 Subject: [PATCH] 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. --- po/POTFILES.in | 1 + src/cut.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 35fc2858..0cc76c87 100644 --- 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 index dc7b531a..029e854f 100644 --- 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; }