Skip to content

Commit

Permalink
Bug 751290 - Rethinking the invoice ledger view
Browse files Browse the repository at this point in the history
Fix indent and add a note for translators.
  • Loading branch information
EvansMike committed May 15, 2019
1 parent a63adac commit 75a919b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnucash/gnome/dialog-invoice.c
Expand Up @@ -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"));

Expand Down

0 comments on commit 75a919b

Please sign in to comment.