Moved deprecated EARLY_FINISH_BONUS_CAPTION to the proper place

This commit is contained in:
Charles Dang 2015-02-01 04:26:06 +11:00
parent e1d5f6c8be
commit a7c4f23b2f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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