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.
master
Benno Schulenberg 2019-04-06 09:34:23 +02:00
parent 601973ddc2
commit f585403b36
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
src/browser.c
src/color.c
src/cut.c
src/files.c
src/global.c
src/help.c

View File

@ -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;
}