Make info message from r16718 and r16817 even more useful for non-techie

and probably windows users.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16821 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2008-01-06 12:41:56 +00:00
parent c0fb9f48ec
commit 6e0cfe280c

View File

@ -249,8 +249,8 @@ gnc_split_register_load (SplitRegister *reg, GList * slist,
if (!currency)
{
gnc_info_dialog(NULL, "%s",
_("Could not determine the account currency for this register. "
"Using the currency obtained from the system's locale setting instead."));
_("Could not determine the account currency. "
"Using the default currency provided by your system."));
}
}