Update plugin description

Updates wording to (hopefully) better reflect what it does and removes reference to Javascript.
This commit is contained in:
Njal Karevoll 2015-03-26 19:09:04 +01:00
parent bc8073a40d
commit 4e37122856
1 changed files with 1 additions and 1 deletions

View File

@ -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) {