This commit is contained in:
Christopher Lam 2020-05-28 13:35:58 +08:00
parent de9d6a3339
commit 4fd5a2cd59

View File

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