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:
Cristian Marchi 2012-02-12 10:20:31 +00:00
parent d5b014c19d
commit 2d4c0ed2e7

View File

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