Use real plugin descriptions
This commit is contained in:
parent
13cb4c28ed
commit
aa86a49339
|
@ -58,9 +58,8 @@ public abstract class PluginBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "This is an example description.";
|
if (pluginDescription.description == -1) return null;
|
||||||
/*if (pluginDescription.description == -1) return null;
|
else return MainApp.gs(pluginDescription.description);
|
||||||
else return MainApp.gs(pluginDescription.description);*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public PluginType getType() {
|
public PluginType getType() {
|
||||||
|
|
Loading…
Reference in a new issue