gnucash stable: [assistant-stock-transaction.cpp] missing space in Sell description

Christopher Lam clam at code.gnucash.org
Thu Jun 20 20:39:09 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/ed0d022a (commit)
	from  https://github.com/Gnucash/gnucash/commit/7ea12f35 (commit)



commit ed0d022a09fb032efcea6549ca7ecc2a5f5ad481
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Jun 21 08:38:29 2024 +0800

    [assistant-stock-transaction.cpp] missing space in Sell description

diff --git a/gnucash/gnome/assistant-stock-transaction.cpp b/gnucash/gnome/assistant-stock-transaction.cpp
index c56cb7623e..17219ff5bc 100644
--- a/gnucash/gnome/assistant-stock-transaction.cpp
+++ b/gnucash/gnome/assistant-stock-transaction.cpp
@@ -196,7 +196,7 @@ static const TxnTypeVec long_types
         // sale of stock, and recording capital gain/loss
         N_("Sell"),
         N_("Selling stock long, and record capital gain/loss."
-           "\n\nIf you are unable to calculate capital gains you can enter a"
+           "\n\nIf you are unable to calculate capital gains you can enter a "
            "placeholder amount and correct it in the transaction later.")
     },
     {



Summary of changes:
 gnucash/gnome/assistant-stock-transaction.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list