l10n: Eliminated STRING_UDA_COLLISION

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

View file

@ -162,7 +162,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)