This commit is contained in:
Stephan Richter
2020-11-13 00:59:24 +01:00
parent f103954a30
commit 92b0719e58
8 changed files with 36 additions and 15 deletions

View File

@@ -89,7 +89,7 @@ public class DelayedAction extends Action {
@Override
public String toString() {
return t("Wait {} ms, then: ",delay);
return t("Wait {} ms, then:",delay);
}
@Override