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

@@ -34,7 +34,7 @@ public class SetDisplayText extends TextAction{
@Override
protected Label label() {
return new Label(t("Text to show on display:")+NBSP);
return new Label(t("Text to show on display")+COL);
}
@Override