This commit is contained in:
Stephan Richter
2021-01-15 10:50:08 +01:00
parent 0902017bba
commit 703820b38f
10 changed files with 64 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ public class SetDisplayText extends TextAction{
@Override
public String toString() {
return isNull(display) ? t("[Click here to select display!]") : t("Display \"{}\" on {}.",text,display);
return isNull(display) ? "["+t("Click here to select display!")+"]" : t("Display \"{}\" on {}.",text,display);
}
@Override