From a220ca2002cbc2a28e5aa2968aedd659d390dbae Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sun, 5 Sep 2021 14:58:41 +0300 Subject: [PATCH] Reword something in the toolbar --- views/mutators.qtpl | 18 +++++++++--------- views/mutators.qtpl.go | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) 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"}, } %}