mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace 'Non Bayesian' with grammatically more correct 'non-Bayesian'.
This commit is contained in:
parent
fda4d1798b
commit
383b0b2f19
@ -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)
|
||||
},
|
||||
{
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user