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
parent
601973ddc2
commit
f585403b36
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
src/browser.c
|
src/browser.c
|
||||||
src/color.c
|
src/color.c
|
||||||
|
src/cut.c
|
||||||
src/files.c
|
src/files.c
|
||||||
src/global.c
|
src/global.c
|
||||||
src/help.c
|
src/help.c
|
||||||
|
|
|
@ -478,7 +478,7 @@ void do_uncut_text(void)
|
||||||
/* The leftedge where we started the paste. */
|
/* The leftedge where we started the paste. */
|
||||||
|
|
||||||
if (cutbuffer == NULL) {
|
if (cutbuffer == NULL) {
|
||||||
statusbar(_("The cutbuffer is empty"));
|
statusbar(_("Cutbuffer is empty"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue