r23480 - gnucash/trunk/src/register/ledger-core - Fix ugly typo in string.

Christian Stimming cstim at code.gnucash.org
Tue Dec 3 06:33:18 EST 2013


Author: cstim
Date: 2013-12-03 06:33:17 -0500 (Tue, 03 Dec 2013)
New Revision: 23480
Trac: http://svn.gnucash.org/trac/changeset/23480

Modified:
   gnucash/trunk/src/register/ledger-core/split-register-model.c
Log:
Fix ugly typo in string.

I know, this is a minor break of string freeze, but it's still a very
hidden string, so I fix the typo better now than later.

Modified: gnucash/trunk/src/register/ledger-core/split-register-model.c
===================================================================
--- gnucash/trunk/src/register/ledger-core/split-register-model.c	2013-12-03 11:33:02 UTC (rev 23479)
+++ gnucash/trunk/src/register/ledger-core/split-register-model.c	2013-12-03 11:33:17 UTC (rev 23480)
@@ -1015,7 +1015,7 @@
                     "or check number, common to all entry lines (splits)");
             break;
         default:
-            help = _("Enter a transaction reference, "
+            help = _("Enter a transaction reference "
                     "that will be common to all entry lines (splits)");
             break;
         }



More information about the gnucash-changes mailing list