mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_UDA_COLLISION
This commit is contained in:
parent
5301e98942
commit
67c5bc97ce
10 changed files with 1 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue