Commit fb893df3 authored by pichoro's avatar pichoro

Removed ` from LEGENDNAME replacement; that wasn't a bug.

@ is replaced with LEGENDNAME in automatic text replacements, as the community preferred @ as the shortcut.
parent 1692273d
mse version: 0.3.7
mse version: 0.3.8
short name: Magic
full name: Magic the Gathering
installer group: magic/game files
icon: card-back.png
position hint: 01
version: 2008-12-29
version: 2009-01-03
depends on: magic-blends.mse-include 2007-09-23
depends on: magic-watermarks.mse-include 2007-09-23
......

############################################################## Localization
include file: language
......@@ -400,7 +400,7 @@ text_filter :=
) +
# step 3b : expand shortcut words ` and shortened LEGENDNAME
replace@(
match: "`|`THIS`|LEGENDNAME",
match: "LEGENDNAME",
in_context: "(^|[[:space:]]|\\()<match>", # TODO: Allow any punctuation before
replace: "<atom-legname></atom-legname>"
) +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment