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