mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
typo fix
This commit is contained in:
parent
de9d6a3339
commit
4fd5a2cd59
@ -1694,7 +1694,7 @@ confirm_delete_account (GtkAction *action, GncPluginPageAccountTree *page,
|
||||
}
|
||||
else
|
||||
{
|
||||
lines[++i] = g_strdup_printf (_("Its subaccount will be eleted."));
|
||||
lines[++i] = g_strdup_printf (_("Its subaccount will be deleted."));
|
||||
if (sta)
|
||||
{
|
||||
char *name = gnc_account_get_full_name(sta);
|
||||
|
Loading…
Reference in New Issue
Block a user