ThreadedOperation: fix spelling

thobaben_serialize
Harald Wolff 2017-07-14 12:58:38 +02:00
parent 1dbaa30abb
commit 958b30865e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public abstract class ThreadedOperation extends Thread{
public ThreadedOperation()
{
updateListeners = new ArrayList<ThreadedOperationUpdateListener>();
operationName = "AktivitŠt...";
operationName = "Aktivit<EFBFBD>t...";
}
public void addThreadedOperationUpdateListener(ThreadedOperationUpdateListener listener)