From 5b3693ed4302d329573cf22ebf63b22730ea3cfa Mon Sep 17 00:00:00 2001 From: Noah Dayan Date: Mon, 19 Mar 2018 17:23:49 +0000 Subject: [PATCH] Projucer: Match property name with other plugin categories --- extras/Projucer/Source/Project/jucer_Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Projucer/Source/Project/jucer_Project.cpp b/extras/Projucer/Source/Project/jucer_Project.cpp index ef50af9250..d5f24dfd55 100644 --- a/extras/Projucer/Source/Project/jucer_Project.cpp +++ b/extras/Projucer/Source/Project/jucer_Project.cpp @@ -903,7 +903,7 @@ void Project::createAudioPluginPropertyEditors (PropertyListBuilder& props) props.add (new TextPropertyComponent (pluginAUMainTypeValue, "Plugin AU Main Type", 128, false), "In an AU, this is the value that is set as JucePlugin_AUMainType. Leave it blank unless you want to use a custom value."); - props.add (new TextPropertyComponent (pluginVSTCategoryValue, "VST Category", 128, false), + props.add (new TextPropertyComponent (pluginVSTCategoryValue, "Plugin VST Category", 128, false), "In a VST, this is the value that is set as JucePlugin_VSTCategory. Leave it blank unless you want to use a custom value."); props.add (new TextPropertyComponent (pluginRTASCategoryValue, "Plugin RTAS Category", 128, false),