improved translations

This commit is contained in:
Stephan Richter
2021-01-15 14:23:49 +01:00
parent 14b7a69d03
commit 494eeddf59
17 changed files with 49 additions and 54 deletions

View File

@@ -80,7 +80,7 @@ public class DelayedAction extends ActionList {
@Override
public String toString() {
return t("Wait {} ms, then:",min_delay < max_delay ? min_delay+""+max_delay : min_delay);
return t("Wait {} ms, then",min_delay < max_delay ? min_delay+""+max_delay : min_delay)+COL;
}
@Override