mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
Housekeeping - clarify the use of the word backend in a warning message
In this context backend refers to a preferences implementation. To disambiguate this from our qof backends, add the word 'preferences'
This commit is contained in:
parent
e501de8e08
commit
5c468b33bf
@ -133,7 +133,7 @@ gulong gnc_prefs_register_cb (const char *group,
|
||||
if (prefsbackend && prefsbackend->register_cb)
|
||||
return (prefsbackend->register_cb) (group, pref_name, func, user_data);
|
||||
else
|
||||
g_warning ("no backend loaded, or the backend doesn't define register_cb, returning 0");
|
||||
g_warning ("no preferences backend loaded, or the backend doesn't define register_cb, returning 0");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user