Update plugin description
Updates wording to (hopefully) better reflect what it does and removes reference to Javascript.
This commit is contained in:
parent
bc8073a40d
commit
4e37122856
|
@ -35,7 +35,7 @@ public class PythonPlugin extends AbstractPlugin {
|
|||
|
||||
@Override
|
||||
public String description() {
|
||||
return "Python plugin allowing to add javascript scripting support";
|
||||
return "Adds support for writing scripts in Python";
|
||||
}
|
||||
|
||||
public void onModule(ScriptModule module) {
|
||||
|
|
Loading…
Reference in New Issue