mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-08-18 04:06:41 -04:00
28: Fix issue with reserved groups
This commit is contained in:
parent
7d8eb74ee7
commit
6eee073a24
3 changed files with 22 additions and 7 deletions
|
@ -14,6 +14,7 @@
|
|||
"SIMPLE.NotifyGroupDuplicate": "Attribute group already exists.",
|
||||
"SIMPLE.NotifyGroupAttrDuplicate": "Attribute group already exists as an attribute.",
|
||||
"SIMPLE.NotifyGroupAlphanumeric": "Attribute group names may not contain spaces or periods.",
|
||||
"SIMPLE.NotifyGroupReserved": "Attribute group \"{key}\" is reserved and cannot be used.",
|
||||
"SIMPLE.NotifyAttrDuplicate": "Attribute key already exists as a group.",
|
||||
|
||||
"SIMPLE.ResourceMin": "Min",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue