wesnoth/data/core/macros/deprecated-utils.cfg
Eric S. Raymond 4f07f028ae Remove old TREMOR macro, 6 versions overdue.
(wmllint tranlates it, so there is no UMC issue.)
2009-03-01 13:22:29 +00:00

17 lines
568 B
INI

#textdomain wesnoth
# These are clutter, scheduled to be removed.
# ! in comments is used for generating HTML documentation, ignore it otherwise.
#wmllint: markcheck off
#define DEPRECATE MACRO_NAME VERSION_NAME
# Tag macros for removal, the VERSION_NAME argument is the
# release where the message is shown the first time.
# The removal will be 2 versions later.
[deprecated_message]
message="Macro '" + {MACRO_NAME} + "' is scheduled for removal in Wesnoth " + {VERSION_NAME} + "."
[/deprecated_message]
#enddef
#wmllint: markcheck on