Change Micro AI engine macro deprecation message string

... so that wmllint won't complain about the spelling of the macro name
macro MACRO_NAME.
This commit is contained in:
mattsc 2013-11-02 17:47:00 -07:00
parent 87a9d7f3fb
commit fae77eec5a

View file

@ -15,7 +15,7 @@
[wml_message]
logger=warn
message = "The {MACRO_NAME} macro is deprecated as AI engine macros are not needed any more. You can safely delete it from the [side] tag."
message = _"The " + {MACRO_NAME} + _" macro is deprecated as AI engine macros are not needed any more. You can safely delete it from the [side] tag."
[/wml_message]
[kill]