r22007 - gnucash/trunk/src/business/business-gnome - Fix a typo.

Cristian Marchi cmarchi at code.gnucash.org
Sun Feb 12 05:20:31 EST 2012


Author: cmarchi
Date: 2012-02-12 05:20:31 -0500 (Sun, 12 Feb 2012)
New Revision: 22007
Trac: http://svn.gnucash.org/trac/changeset/22007

Modified:
   gnucash/trunk/src/business/business-gnome/dialog-payment.c
Log:
Fix a typo.

Modified: gnucash/trunk/src/business/business-gnome/dialog-payment.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-payment.c	2012-02-12 10:07:27 UTC (rev 22006)
+++ gnucash/trunk/src/business/business-gnome/dialog-payment.c	2012-02-12 10:20:31 UTC (rev 22007)
@@ -581,7 +581,7 @@
     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;
     }



More information about the gnucash-changes mailing list