l10n: Eliminated STRING_UDA_TYPE

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

View File

@@ -223,7 +223,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;
}