Corrected a debug string

This commit is contained in:
John Wiegley 2010-03-10 01:42:03 -05:00
parent 1bf0220f24
commit 4858725377

View file

@ -241,7 +241,7 @@ void draft_t::parse_args(const value_t& args)
xact_t * draft_t::insert(journal_t& journal)
{
if (tmpl->payee_mask.empty())
throw std::runtime_error(_("xact' command requires at least a payee"));
throw std::runtime_error(_("'xact' command requires at least a payee"));
xact_t * matching = NULL;