diff --git a/Code.gs b/Code.gs index 27d09c5..d5ac093 100644 --- a/Code.gs +++ b/Code.gs @@ -1,5 +1,5 @@ function onOpen(){ - DocumentApp.getUi().createMenu("Custom") + DocumentApp.getUi().createMenu("Image Highlighter") .addItem("Color image", "colorImagePrompt") .addToUi(); }