Translations

This commit is contained in:
2021-10-04 20:18:09 +02:00
parent 220d2d316e
commit d042b3f35a
6 changed files with 13 additions and 13 deletions

View File

@ -381,7 +381,7 @@ public class Action
break;
case wakeupDevice:
Actions.wakeupDevice(Long.parseLong(this.getParameter2()));
// wakeupDevice() will create a seperate thread. That'll take some time, we wait 100ms.
// wakeupDevice() will create a separate thread. That'll take some time, we wait 100ms.
try
{
Thread.sleep(100);