Skip to content

Commit

Permalink
[assistant-stock-transaction] add translator hints
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Sep 9, 2022
1 parent 6da1dda commit eab8a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnucash/gnome/assistant-stock-transaction.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit eab8a21

Please sign in to comment.