Address bug #15524: spelling error: persistant -> persistent.
This commit is contained in:
parent
f99f2dee25
commit
07ba362908
1 changed files with 2 additions and 1 deletions
|
@ -209,6 +209,7 @@
|
|||
#define SET_LABEL_PERSISTENT X Y STRING
|
||||
# Sets a label on tile x,y that gets reset every sideturn in case
|
||||
# someone clears it.
|
||||
# This used to be spelled SET_LABEL_PERSISTANT
|
||||
#
|
||||
# Example:
|
||||
#! {SET_LABEL_PERSISTENT 4 7 _ "There really will be dragons here!!"}
|
||||
|
@ -219,7 +220,7 @@
|
|||
#enddef
|
||||
|
||||
#define SET_IMAGE_AND_LABEL_PERSISTENT X Y IMAGE STRING
|
||||
# Shorthand for setting both a persistant label and image at once.
|
||||
# Shorthand for setting both a persistent label and image at once
|
||||
{SET_LABEL_PERSISTENT {X} {Y} ({STRING}) }
|
||||
{PLACE_IMAGE ({IMAGE}) {X} {Y}}
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue