Improved DEPRECATE comment

This commit is contained in:
Charles Dang 2015-02-01 04:35:51 +11:00
parent a7c4f23b2f
commit b357a39882

View file

@ -5,9 +5,7 @@
#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.
# Tag macros for removal, where VERSION_NAME is the the next development series from the date of deprecation.
[deprecated_message]
message="Macro '" + {MACRO_NAME} + "' is scheduled for removal in Wesnoth " + {VERSION_NAME} + "."
[/deprecated_message]