Skip to content

Commit

Permalink
Moved deprecated EARLY_FINISH_BONUS_CAPTION to the proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 31, 2015
1 parent e1d5f6c commit a7c4f23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions data/core/macros/deprecated-utils.cfg
Expand Up @@ -13,3 +13,7 @@
[/deprecated_message]
#enddef
#wmllint: markcheck on

#define EARLY_FINISH_BONUS_CAPTION
# Deprecated; use the below EARLY_FINISH_BONUS_FOOTNOTE instead
_"<small>(early finish bonus)</small>"#enddef
4 changes: 0 additions & 4 deletions data/core/macros/objective-utils.cfg
Expand Up @@ -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
_"<small>(early finish bonus)</small>"#enddef

#wmllint: markcheck off
#define EARLY_FINISH_BONUS_FOOTNOTE
"<span foreground='white'><small> " + _"(early finish bonus)" + "</small></span>"#enddef
Expand Down

0 comments on commit a7c4f23

Please sign in to comment.