Corrected error message text to be consistent
This commit is contained in:
parent
33d119d3ea
commit
66a26252df
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ bool value_t::is_equal_to(const value_t& val) const
|
|||
break;
|
||||
}
|
||||
|
||||
throw_(value_error, _("Cannot compare %1 by %2") << label() << val.label());
|
||||
throw_(value_error, _("Cannot compare %1 to %2") << label() << val.label());
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue