diff --git a/plugins/groovy/ExampleStringDecrypter.gy b/plugins/groovy/ExampleStringDecrypter.gy index b66103cc..eaf104b9 100644 --- a/plugins/groovy/ExampleStringDecrypter.gy +++ b/plugins/groovy/ExampleStringDecrypter.gy @@ -16,7 +16,7 @@ class ExampleStringDecrypter extends Plugin { @Override void execute(List classNodesList) { - PluginConsole gui = new PluginConsole("Example String Decrypter") + PluginConsole gui = new PluginConsole("Example String Decrypter Groovy Edition") MultipleChoiceDialog dialog = new MultipleChoiceDialog("Bytecode Viewer - WARNING", "WARNING: This will load the classes into the JVM and execute the initialize function"