From 63c72be39b9c7343f7d16dd0020f2a2318c038eb Mon Sep 17 00:00:00 2001 From: rolandomunoz Date: Wed, 5 Oct 2022 12:00:21 -0500 Subject: [PATCH] edit: Change plug-in name to lower case in Praat menu --- src/plugin_textgrid_picmaker/setup.praat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugin_textgrid_picmaker/setup.praat b/src/plugin_textgrid_picmaker/setup.praat index 59ca0f0..54843fe 100755 --- a/src/plugin_textgrid_picmaker/setup.praat +++ b/src/plugin_textgrid_picmaker/setup.praat @@ -5,7 +5,7 @@ if praatVersion < 6000 appendInfoLine: "Warning: "Please, update Praat to a more recent release. The plug-in was is not tested for 'praatVersion$' appendInfoLine: "Praat website: http://www.fon.hum.uva.nl/praat/" elsif praatVersion == 6215 - appendInfoLine: "plug-in: TextGrid PicMaker" + appendInfoLine: "plug-in: TextGrid Picmaker" appendInfoLine: "Warning: The TextGridEditor commands doest not work well for 'praatVersion$'. Please, get a more recent release." appendInfoLine: "Praat website: http://www.fon.hum.uva.nl/praat/" elsif praatVersion >= 6219 @@ -18,7 +18,7 @@ writeFileLine: "temp/time_interval.txt", "tmin,tmax" show_tg_editor_commands = readFile("temp/show_tg_editor_commands.txt") # Static menu -Add menu command: "Objects", "Goodies", "TextGrid PicMaker", "", 0, "" +Add menu command: "Objects", "Goodies", "TextGrid picmaker", "", 0, "" Add menu command: "Objects", "Goodies", "TextGridEditor preferences...", "TextGrid PictureMaker", 1, "scripts/editor_show_tg_editor_commands.praat" # Dynamic menu