From f9f3717fdfd1e79d532773315a5ff5c3130e3212 Mon Sep 17 00:00:00 2001 From: CDB-Man Date: Sun, 11 Sep 2022 18:13:48 -0400 Subject: [PATCH] Update assistant-stock-transaction.cpp - consistent wording Harmonizing some wording for consistency. --- gnucash/gnome/assistant-stock-transaction.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnucash/gnome/assistant-stock-transaction.cpp b/gnucash/gnome/assistant-stock-transaction.cpp index 0e1fe499dd..ae5493285b 100644 --- a/gnucash/gnome/assistant-stock-transaction.cpp +++ b/gnucash/gnome/assistant-stock-transaction.cpp @@ -262,7 +262,7 @@ static const TxnTypeVec long_types // Translators: this is a stock transaction describing a stock // split N_("Stock split"), - N_("Company issues additional units, thereby reducing the stock price by a divisor, while keeping the total monetary value the overall investment constant.") + N_("Company issues additional units, thereby reducing the stock price by a divisor, while keeping the total monetary value of the overall investment constant.") }, { FieldMask::ENABLED_CREDIT, // stock_amt @@ -274,7 +274,7 @@ static const TxnTypeVec long_types FieldMask::DISABLED, // capg_amt // Translators: this is a stock transaction describing a reverse split N_("Reverse split"), - N_("Company redeems units, thereby increasing the stock price by a multiple, while keeping the monetary value of the overall investment constant.") + N_("Company redeems units, thereby increasing the stock price by a multiple, while keeping the total monetary value of the overall investment constant.") }, { FieldMask::ENABLED_CREDIT, // stock_amt @@ -287,7 +287,7 @@ static const TxnTypeVec long_types // Translators: this is a stock transaction describing a // reverse split. Some fractional stock is returned as cash. N_("Reverse split with cash in lieu for fractional unit remainders"), - N_("Company redeems units, thereby increasing the stock price by a multiple, while keeping the monetary value of overall investment constant. Any remainder units are sold/redeemed for cash, with a capital gain/loss realized.") + N_("Company redeems units, thereby increasing the stock price by a multiple, while keeping the total monetary value of the overall investment constant. Any remainder units are sold/redeemed for cash, with a capital gain/loss realized.") }, }; @@ -396,7 +396,7 @@ static const TxnTypeVec short_types // Translators: this is a stock transaction describing a stock // split when shorting stock N_("Stock split"), - N_("Company issues additional units, thereby reducing the stock price by a divisor, while keeping the monetary value of the overall investment constant.") + N_("Company issues additional units, thereby reducing the stock price by a divisor, while keeping the total monetary value of the overall investment constant.") }, { FieldMask::ENABLED_DEBIT, // stock_amt @@ -409,7 +409,7 @@ static const TxnTypeVec short_types // Translators: this is a stock transaction describing a // reverse split when shorting stock. N_("Reverse split"), - N_("Company redeems units, thereby increasing the stock price by a multiple, while keeping the monetary value of the overall investment constant.") + N_("Company redeems units, thereby increasing the stock price by a multiple, while keeping the total monetary value of the overall investment constant.") }, { FieldMask::ENABLED_DEBIT, // stock_amt @@ -423,7 +423,7 @@ static const TxnTypeVec short_types // reverse split when shorting stock. Fractional remaining // stock is retrieved as cash. N_("Reverse split with cash in lieu for fractionals"), - N_("Company redeems units, thereby increasing the stock price by a multiple, while keeping the monetary value of the overall investment constant. Any remainder units are closed and covered with a cash payment, with a capital gain/loss realized.") + N_("Company redeems units, thereby increasing the stock price by a multiple, while keeping the total monetary value of the overall investment constant. Any remainder units are closed and covered with a cash payment, with a capital gain/loss realized.") }, };