From f36ccbcbe5ddd3f208348e70c3c7945e98b4c34c Mon Sep 17 00:00:00 2001 From: Maboroshy Date: Wed, 4 Oct 2017 22:23:10 +0300 Subject: [PATCH] Added tag marker setting and multi-word tags --- in-note-text-tagging/in-note-text-tagging.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-note-text-tagging/in-note-text-tagging.qml b/in-note-text-tagging/in-note-text-tagging.qml index 3c8f0ff..566161a 100644 --- a/in-note-text-tagging/in-note-text-tagging.qml +++ b/in-note-text-tagging/in-note-text-tagging.qml @@ -13,7 +13,7 @@ Script { { "identifier": "tagMarker", "name": "Tag word marker", - "description": "A word that starts with this characters is recognized as tag\n", + "description": "A word that starts with this characters is recognized as tag", "type": "string", "default": "@", }