From eab8a218b1b7379c59b91c0f94fc3bb82561cd44 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Fri, 9 Sep 2022 18:01:28 +0800 Subject: [PATCH] [assistant-stock-transaction] add translator hints --- gnucash/gnome/assistant-stock-transaction.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnucash/gnome/assistant-stock-transaction.cpp b/gnucash/gnome/assistant-stock-transaction.cpp index 6fef3e0b73b..91156a57d8a 100644 --- a/gnucash/gnome/assistant-stock-transaction.cpp +++ b/gnucash/gnome/assistant-stock-transaction.cpp @@ -667,6 +667,8 @@ check_page (SummaryLineInfo& line, gnc_numeric& debit, gnc_numeric& credit, FieldMask splitfield, Account *acct, GtkWidget *memo, GtkWidget *gae, gnc_commodity *comm, const char* page, StringVec& errors) { + // Translators: (missing) denotes that the amount or account is + // not provided, or incorrect, in the Stock Transaction Assistant. const char* missing_str = N_("(missing)"); gnc_numeric amount;