gnucash maint: Bug 751290 - Rethinking the invoice ledger view

Mike Evans mikee at code.gnucash.org
Wed May 15 02:31:10 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/75a919b2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a63adac4 (commit)



commit 75a919b283a7621192030528061839b017c0e19b
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Wed May 15 07:08:54 2019 +0100

    Bug 751290 - Rethinking the invoice ledger view
    
    Fix indent and add a note for translators.

diff --git a/gnucash/gnome/dialog-invoice.c b/gnucash/gnome/dialog-invoice.c
index 3194f00ca..d1ae2447b 100644
--- a/gnucash/gnome/dialog-invoice.c
+++ b/gnucash/gnome/dialog-invoice.c
@@ -1936,8 +1936,9 @@ gnc_invoice_update_window (InvoiceWindow *iw, GtkWidget *widget)
         gtk_widget_set_sensitive (iw->notes_text, TRUE);
     }
 
+    /* Translators: This is a label to show whether the invoice is paid or not. */
     if(gncInvoiceIsPaid (invoice))
-            gtk_label_set_text(GTK_LABEL(iw->paid_label),  _("PAID"));
+        gtk_label_set_text(GTK_LABEL(iw->paid_label),  _("PAID"));
     else
         gtk_label_set_text(GTK_LABEL(iw->paid_label),  _("UNPAID"));
     



Summary of changes:
 gnucash/gnome/dialog-invoice.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list