From c1a6d0da1035314237608b58710960450da45d73 Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Thu, 9 Nov 2023 09:11:24 -0600 Subject: [PATCH] GIF: tweak wording of image descriptor --- public/gif/getNodeUi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/gif/getNodeUi.js b/public/gif/getNodeUi.js index 5287812..c82117f 100644 --- a/public/gif/getNodeUi.js +++ b/public/gif/getNodeUi.js @@ -186,7 +186,7 @@ const NODE_UI_FNS = { [GifNodeType.imageSection]: () => ({ title: "Image", - description: p("A single image in the GIF."), + description: p("A single frame of this GIF."), }), [GifNodeType.imageDescriptor]: () => ({ title: "Image Descriptor",