Typos
This commit is contained in:
parent
2513d6c8b1
commit
06be7ae422
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ class PesterProfile(object):
|
||||||
(syscolor.name(), modeon, modeverb, opchum.colorhtml(), opinit)
|
(syscolor.name(), modeon, modeverb, opchum.colorhtml(), opinit)
|
||||||
def memoquirkkillmsg(self, opchum, opgrammar, syscolor):
|
def memoquirkkillmsg(self, opchum, opgrammar, syscolor):
|
||||||
opinit = opgrammar.pcf+opchum.initials()+opgrammar.number
|
opinit = opgrammar.pcf+opchum.initials()+opgrammar.number
|
||||||
return "<c=%s><c=%s>%s</c> turned off you quirk.</c>" % \
|
return "<c=%s><c=%s>%s</c> turned off your quirk.</c>" % \
|
||||||
(syscolor.name(), opchum.colorhtml(), opinit)
|
(syscolor.name(), opchum.colorhtml(), opinit)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -327,7 +327,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systemMsgColor": "#646464",
|
"systemMsgColor": "#646464",
|
||||||
"op": { "icon": "$path/smooth.png" },
|
"op": { "icon": "$path/smooth.gif" },
|
||||||
"voice": { "icon": "$path/voice.png" }
|
"voice": { "icon": "$path/voice.png" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue