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

@@ -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);
return t("if ({})",conditions)+COL;
}
@Override