Fix up more lang errors
This commit is contained in:
parent
938b2f4eb5
commit
5cac215daa
2 changed files with 8 additions and 8 deletions
|
@ -409,11 +409,11 @@
|
|||
"hexcasting.action.hexcasting:fisherman/copy": "Fisherman's Gambit II",
|
||||
"hexcasting.action.hexcasting:swizzle": "Swindler's Gambit",
|
||||
|
||||
"hexcasting.action.hexcasting:and_bit": "Intersection Distillation",
|
||||
"hexcasting.action.hexcasting:or_bit": "Unifying Distillation",
|
||||
"hexcasting.action.hexcasting:xor_bit": "Exclusionary Distillation",
|
||||
"hexcasting.action.hexcasting:not_bit": "Inversion Purification",
|
||||
"hexcasting.action.hexcasting:to_set": "Uniqueness Purification",
|
||||
"hexcasting.action.hexcasting:bit/and": "Intersection Distillation",
|
||||
"hexcasting.action.hexcasting:bit/or": "Unifying Distillation",
|
||||
"hexcasting.action.hexcasting:bit/xor": "Exclusionary Distillation",
|
||||
"hexcasting.action.hexcasting:bit/not": "Inversion Purification",
|
||||
"hexcasting.action.hexcasting:bit/to_set": "Uniqueness Purification",
|
||||
"hexcasting.action.hexcasting:and": "Conjunction Distillation",
|
||||
"hexcasting.action.hexcasting:or": "Disjunction Distillation",
|
||||
"hexcasting.action.hexcasting:xor": "Exclusion Distillation",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
{
|
||||
"type": "hexcasting:manual_pattern",
|
||||
"header": "hexcasting.spell.hexcasting:escape",
|
||||
"header": "hexcasting.rawhook.hexcasting:escape",
|
||||
"anchor": "hexcasting:escape",
|
||||
"text": "hexcasting.page.patterns_as_iotas.escape.1",
|
||||
"patterns": {
|
||||
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
{
|
||||
"type": "hexcasting:manual_pattern",
|
||||
"header": "hexcasting.spell.hexcasting:open_paren",
|
||||
"header": "hexcasting.rawhook.hexcasting:open_paren",
|
||||
"anchor": "hexcasting:open_paren",
|
||||
"text": "hexcasting.page.patterns_as_iotas.parens.1",
|
||||
"patterns": {
|
||||
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "hexcasting:manual_pattern",
|
||||
"header": "hexcasting.spell.hexcasting:close_paren",
|
||||
"header": "hexcasting.rawhook.hexcasting:close_paren",
|
||||
"anchor": "hexcasting:close_paren",
|
||||
"text": "hexcasting.page.patterns_as_iotas.parens.2",
|
||||
"patterns": {
|
||||
|
|
Loading…
Reference in a new issue