gnucash master: Replace 'Non Bayesian' with grammatically more correct 'non-Bayesian'.

John Ralls jralls at code.gnucash.org
Sat Jan 2 23:29:32 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/8d4d1f15 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8bf306fc (commit)



commit 8d4d1f15232e33a126a751a0be9207a0a5e492a3
Author: Allan Nordhøy <epost at anotheragency.no>
Date:   Sat Jan 2 20:29:21 2021 -0800

    Replace 'Non Bayesian' with grammatically more correct 'non-Bayesian'.

diff --git a/gnucash/gnome/gnc-plugin-basic-commands.c b/gnucash/gnome/gnc-plugin-basic-commands.c
index 11ff549fb..86571bcbf 100644
--- a/gnucash/gnome/gnc-plugin-basic-commands.c
+++ b/gnucash/gnome/gnc-plugin-basic-commands.c
@@ -209,7 +209,7 @@ static GtkActionEntry gnc_plugin_actions [] =
     },
     {
         "ToolsImapEditorAction", NULL, N_("_Import Map Editor"), NULL,
-        N_("View and Delete Bayesian and Non Bayesian information"),
+        N_("View and Delete Bayesian and non-Bayesian information"),
         G_CALLBACK (gnc_main_window_cmd_tools_imap_editor)
     },
     {
diff --git a/libgnucash/engine/Account.h b/libgnucash/engine/Account.h
index cb93c64a5..78eff7244 100644
--- a/libgnucash/engine/Account.h
+++ b/libgnucash/engine/Account.h
@@ -1476,7 +1476,7 @@ int xaccAccountTreeForEachTransaction(Account *acc,
  */
 GncImportMatchMap *gnc_account_imap_create_imap (Account *acc);
 
-/* Look up an Account in the map non Baysian
+/* Look up an Account in the map non-Baysian
  */
 Account* gnc_account_imap_find_account (GncImportMatchMap *imap, const char* category,
                                         const char *key);



Summary of changes:
 gnucash/gnome/gnc-plugin-basic-commands.c | 2 +-
 libgnucash/engine/Account.h               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list