l10n: Eliminated STRING_UDA_COLLISION

This commit is contained in:
Paul Beckingham
2018-01-20 14:21:43 -05:00
parent bf63dde8ca
commit e928117fb2
10 changed files with 1 additions and 10 deletions

View File

@@ -171,7 +171,7 @@ void Column::uda (std::map <std::string, Column*>& all)
for (const auto& uda : udas)
{
if (all.find (uda) != all.end ())
throw format (STRING_UDA_COLLISION, uda);
throw format ("The UDA named '{1}' is the same as a core attribute, and is not permitted.", uda);
Column* c = Column::uda (uda);
if (c)