mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a typo.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22007 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d5b014c19d
commit
2d4c0ed2e7
@ -581,7 +581,7 @@ gnc_payment_ok_cb (GtkWidget *widget, gpointer data)
|
||||
post = gnc_account_select_combo_get_active (pw->post_combo);
|
||||
if (!post)
|
||||
{
|
||||
text = _("Your must enter a valid account name for posting.");
|
||||
text = _("You must enter a valid account name for posting.");
|
||||
gnc_error_dialog (pw->dialog, "%s", text);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user