1
1

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.
Этот коммит содержится в:
Benno Schulenberg 2019-04-06 09:34:23 +02:00
родитель 601973ddc2
Коммит f585403b36
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,7 @@
src/browser.c
src/color.c
src/cut.c
src/files.c
src/global.c
src/help.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;
}