gnucash master: typo fix

Christopher Lam clam at code.gnucash.org
Thu May 28 02:25:27 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/4fd5a2cd (commit)
	from  https://github.com/Gnucash/gnucash/commit/de9d6a33 (commit)



commit 4fd5a2cd59bc807d2048bd93576caa8be9f9e0b3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 28 13:35:58 2020 +0800

    typo fix

diff --git a/gnucash/gnome/gnc-plugin-page-account-tree.c b/gnucash/gnome/gnc-plugin-page-account-tree.c
index de7008864..e009d85e0 100644
--- a/gnucash/gnome/gnc-plugin-page-account-tree.c
+++ b/gnucash/gnome/gnc-plugin-page-account-tree.c
@@ -1694,7 +1694,7 @@ confirm_delete_account (GtkAction *action, GncPluginPageAccountTree *page,
         }
         else
         {
-            lines[++i] = g_strdup_printf (_("Its subaccount will be eleted."));
+            lines[++i] = g_strdup_printf (_("Its subaccount will be deleted."));
             if (sta)
             {
                 char *name = gnc_account_get_full_name(sta);



Summary of changes:
 gnucash/gnome/gnc-plugin-page-account-tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list