From 8e259c8aa79ee03fb87e9744e26f837c708b289e Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Tue, 7 Feb 2023 00:17:03 +0100 Subject: [PATCH] Improve legibility of a message in the sources --- gnucash/gnome/dialog-payment.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnucash/gnome/dialog-payment.c b/gnucash/gnome/dialog-payment.c index cbd2dd21f3..3209376a01 100644 --- a/gnucash/gnome/dialog-payment.c +++ b/gnucash/gnome/dialog-payment.c @@ -1632,7 +1632,8 @@ static Split *select_payment_split (GtkWindow *parent, Transaction *txn) GList *node; GtkWidget *first_rb = NULL; int answer = GTK_BUTTONS_OK; - const char *message = _("While this transaction has multiple splits that can be considered\nas 'the payment split', GnuCash only knows how to handle one.\n" + const char *message = _("While this transaction has multiple splits that can be considered\n" + "as 'the payment split', GnuCash only knows how to handle one.\n" "Please select one, the others will be discarded.\n\n"); GtkDialog *dialog = GTK_DIALOG( gtk_dialog_new_with_buttons (_("Warning"),