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

This commit is contained in:
Allan Nordhøy 2021-01-02 20:29:21 -08:00 committed by Frank H. Ellenberger
parent fda4d1798b
commit 383b0b2f19
2 changed files with 2 additions and 2 deletions

View File

@ -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)
},
{

View File

@ -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);