This commit is contained in:
Stephan Richter
2021-02-06 20:30:33 +01:00
parent 4969b32dd8
commit 3cd6df931d
3 changed files with 8 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ public class ConditionalAction extends ActionList {
@Override
public String toString() {
if (conditions.isEmpty()) return "["+t("Click here to add conditions")+"]";
return t("if ({})",conditions)+COL;
return t("if ({})",conditions)+": ";
}
@Override