mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
b68147d904
commit
24fbdace04
@ -1015,7 +1015,7 @@ gnc_split_register_get_tran_num_help (VirtualLocation virt_loc,
|
|||||||
"or check number, common to all entry lines (splits)");
|
"or check number, common to all entry lines (splits)");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
help = _("Enter a transaction reference, "
|
help = _("Enter a transaction reference "
|
||||||
"that will be common to all entry lines (splits)");
|
"that will be common to all entry lines (splits)");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user