Minor nitpicky things

Started by Blargeth, August 23, 2008, 06:10:04 PM

Blargeth

Just a few minor nitpicky things that can probably be called 'low priority'. :)

On the character management page (http://cit.cohtitan.com/manage)

s/Bage Checklist/Badge Checklist/
s/1 days offline/1 day offline/
s/Online! days offline/Online!/
s/Today! days offline/Today!/

Cheers,
--Blargeth
--
@blarg
[ www | tw | gp ]

Tazhyngarth

Pardon my confusion but, is this the only thing you are seeing on that Page or is it just a sort of duplication thing that you are seeing, but everything else is still there?

SuckerPunch

That's a string replacement function he's listed out

for example: s/Bage Checklist/Badge Checklist/

s = 'search'
/Bage Checklist = the string we're hunting for
/Badge Checklist = what we want to replace it with


</nerd>


Tazhyngarth

Whenever I see s/, I think Strikethrough....>_<

Alrighty then!