make disable msg more clear

This commit is contained in:
Bella 2020-03-22 09:00:38 -04:00
parent b4675101d5
commit 7692c39301
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public abstract class Command {
}
public static void sendDisableMessage(String moduleName) {
sendErrorMessage("Error: The " + moduleName + " module is only for configuring the GUI element. In order to show the GUI element you need to hit the pin in the upper left of the module");
sendErrorMessage("Error: The " + moduleName + " module is only for configuring the GUI element. In order to show the GUI element you need to hit the pin in the upper left of the GUI element");
ModuleManager.getModuleByName(moduleName).enable();
}