aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/featurebrowser/LabelsExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/itmill/toolkit/demo/featurebrowser/LabelsExample.java')
-rw-r--r--src/com/itmill/toolkit/demo/featurebrowser/LabelsExample.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/LabelsExample.java b/src/com/itmill/toolkit/demo/featurebrowser/LabelsExample.java
index 25fb189437..04e3352767 100644
--- a/src/com/itmill/toolkit/demo/featurebrowser/LabelsExample.java
+++ b/src/com/itmill/toolkit/demo/featurebrowser/LabelsExample.java
@@ -20,8 +20,8 @@ public class LabelsExample extends CustomComponent {
private static final String pre = "This text has linebreaks.\n\n"
+ "They will show up in a preformatted Label,\n"
- + "but not in a \"plain\" Label.\n\n" + " Indented row. \n"
- + " Same indentation.";
+ + "but not in a \"plain\" Label.\n\n"
+ + " This is an indented row. \n Same indentation here.";
public LabelsExample() {