From 6801392a59c4e83ae8802bb1132323cbb4bef9c8 Mon Sep 17 00:00:00 2001 From: mekkablue Date: Sat, 14 Dec 2024 11:37:06 -0300 Subject: [PATCH] Addition to Duplicate Nodes explication --- packages.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.plist b/packages.plist index 76a83e7..dbc5121 100644 --- a/packages.plist +++ b/packages.plist @@ -2584,7 +2584,7 @@ url = "https://github.com/slobzheninov/ConvertCase"; path = "ConvertCase.glyphsPalette"; descriptions = { - en = "Palette plugin that converts case (UPPER CASE, Title Case, lower case) in the current tab. Converts only the selected text (if any) or the whole text (if nothing is selected)."; + en = "Palette plugin that converts case (UPPER CASE, Title Case, lower case) in the current tab. Converts only the selected text (if any) or the whole text (if nothing is selected). "; }; screenshot = "https://user-images.githubusercontent.com/60325634/152044080-39e1115b-612b-4660-9020-3bc35b81be5d.png"; }, @@ -2599,7 +2599,7 @@ url = "https://github.com/mekkablue/DuplicateNodes"; path = "DuplicateNodes.glyphsFilter"; descriptions = { - en = "*Filter > Duplicate Nodes* (*en:* Duplicate Nodes, *de:* Punkte verdoppeln, *fr:* Dupliquer nœuds, *es:* Duplicar nodos, *pt:* Duplicar nodos) is a Glyphs.app filter for duplicating selected on-curve nodes in place."; + en = "*Filter > Duplicate Nodes* (*en:* Duplicate Nodes, *de:* Punkte verdoppeln, *fr:* Dupliquer nœuds, *es:* Duplicar nodos, *pt:* Duplicar nodos) is a Glyphs.app filter for duplicating selected on-curve nodes in place. Hold down **Opt** to duplicate the same nodes in all (compatible) masters. Hold down **Shift** to add the new nodes not exactly on top, but with 1u distance (will change the following segment slightly)."; }; screenshot = "https://raw.githubusercontent.com/mekkablue/DuplicateNodes/main/DuplicateNodes.png"; },