Moved deprecated EARLY_FINISH_BONUS_CAPTION to the proper place
This commit is contained in:
parent
e1d5f6c8be
commit
a7c4f23b2f
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue