diff --git a/data/core/macros/deprecated-utils.cfg b/data/core/macros/deprecated-utils.cfg index c30e7beb798c..5a7ec04f6440 100644 --- a/data/core/macros/deprecated-utils.cfg +++ b/data/core/macros/deprecated-utils.cfg @@ -13,3 +13,7 @@ [/deprecated_message] #enddef #wmllint: markcheck on + +#define EARLY_FINISH_BONUS_CAPTION + # Deprecated; use the below EARLY_FINISH_BONUS_FOOTNOTE instead +_"(early finish bonus)"#enddef diff --git a/data/core/macros/objective-utils.cfg b/data/core/macros/objective-utils.cfg index 7839ee4c367e..b93ae7321623 100644 --- a/data/core/macros/objective-utils.cfg +++ b/data/core/macros/objective-utils.cfg @@ -16,10 +16,6 @@ _"Early finish bonus."#enddef #define NO_EARLY_FINISH_BONUS_NOTE _"No early finish bonus."#enddef -#define EARLY_FINISH_BONUS_CAPTION - # Deprecated; use the below EARLY_FINISH_BONUS_FOOTNOTE instead -_"(early finish bonus)"#enddef - #wmllint: markcheck off #define EARLY_FINISH_BONUS_FOOTNOTE " " + _"(early finish bonus)" + ""#enddef