diff --git a/views/mutators.qtpl b/views/mutators.qtpl
index 715b553..3bc6a70 100644
--- a/views/mutators.qtpl
+++ b/views/mutators.qtpl
@@ -12,25 +12,25 @@
onclick string
display string
}{
- {"link", "wrapLink()", "[[link]]"},
- {"heading2", "insertHeading2()", "## heading"},
- {"heading3", "insertHeading3()", "### heading"},
+ {"link", "wrapLink()", "[[Link]]"},
+ {"heading2", "insertHeading2()", "## Heading"},
+ {"heading3", "insertHeading3()", "### Heading"},
{"bold", "wrapBold()", "**Bold**"},
{"italic", "wrapItalic()", "//Italic//"},
{"highlighted", "wrapHighlighted()", "++Highlight++"},
{"underline", "wrapUnderline()", "__Underline__"},
{"monospace", "wrapMonospace()", "`Monospace`"},
- {"lifted", "wrapLifted()", "^^Lifted^^"},
- {"lowered", "wrapLowered()", ",,Lowered,,"},
+ {"lifted", "wrapLifted()", "^^Supertext^^"}, // inconsistent names: lifted, supertext. How cute ❤️
+ {"lowered", "wrapLowered()", ",,Subtext,,"},
{"strikethrough", "wrapStrikethrough()", "~~Strikethrough~~"},
- {"rocket", "insertRocket()", "=> rocketlink"},
- {"xcl", "insertXcl()", "<= transclusion"},
+ {"rocket", "insertRocket()", "=> Rocketlink"},
+ {"xcl", "insertXcl()", "<= Transclusion"},
{"img", "insertImgBlock()", "img {}"},
{"table", "insertTableBlock()", "table {}"},
{"hr", "insertHorizontalBar()", "Horizontal bar"},
{"codeblock", "insertCodeblock()", "Code block"},
- {"bulletedlist", "insertBulletedList()", "* bullet list"},
- {"numberedlist", "insertNumberedList()", "*. number list"},
+ {"bulletedlist", "insertBulletedList()", "* Bullet list"},
+ {"numberedlist", "insertNumberedList()", "*. Number list"},
} %}