l10n: Eliminated STRING_UDA_TYPE

This commit is contained in:
Paul Beckingham
2018-01-20 14:15:34 -05:00
parent 1857882d9e
commit cece9201bb
10 changed files with 1 additions and 10 deletions

View File

@@ -214,7 +214,7 @@ Column* Column::uda (const std::string& name)
return c;
}
else if (type != "")
throw std::string (STRING_UDA_TYPE);
throw std::string ("User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'.");
return NULL;
}