diff --git a/creator/index.php b/creator/index.php
index c53fcc9f..cdf5df6f 100644
--- a/creator/index.php
+++ b/creator/index.php
@@ -189,8 +189,8 @@ include('../globalHTML/header-1.php');
{/i}
Removes italicization
{lns}
Moves to the next line without an extra space (stands for line-no-space)
{flavor}
Moves to the next line, draws the flavor text bar, and italicizes
- {fontsize#}
Changes the font size by # pixels (relative - use negative integers to shrink text)
- {fontcolor#}
Changes the font color to #
+ {fontsize#}
Changes the font size by # pixels (relative - use negative integers to shrink text - ie '{fontsize-12}')
+ {fontcolor___}
Changes the font color to ___ (ie '{fontcolor#00FF00}')
{left}
Aligns text to the left
{center{
Aligns text to the center
{right}
Aligns text to the right