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.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23480 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2013-12-03 11:33:17 +00:00
parent b68147d904
commit 24fbdace04

View File

@ -1015,7 +1015,7 @@ gnc_split_register_get_tran_num_help (VirtualLocation virt_loc,
"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;
}