diff options
author | Artur <artur@vaadin.com> | 2016-12-14 09:47:45 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2016-12-14 09:47:45 +0200 |
commit | 5951c9f2558f267826ce8f6350a1df9c1fd7e646 (patch) | |
tree | 66011bb9d5ecbc6536a854fde1c429e0b2e979b2 /uitest | |
parent | 716ec03be1f2c73b564d6c16edd4139ee73ffa30 (diff) | |
download | vaadin-framework-5951c9f2558f267826ce8f6350a1df9c1fd7e646.tar.gz vaadin-framework-5951c9f2558f267826ce8f6350a1df9c1fd7e646.zip |
Replace non-breaking spaces with space (#7957)
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/main/java/com/vaadin/tests/components/gridlayout/GridLayoutCaptionAlignment.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/main/java/com/vaadin/tests/components/gridlayout/GridLayoutCaptionAlignment.java b/uitest/src/main/java/com/vaadin/tests/components/gridlayout/GridLayoutCaptionAlignment.java index a00163e504..bdc1a47a22 100644 --- a/uitest/src/main/java/com/vaadin/tests/components/gridlayout/GridLayoutCaptionAlignment.java +++ b/uitest/src/main/java/com/vaadin/tests/components/gridlayout/GridLayoutCaptionAlignment.java @@ -53,7 +53,7 @@ public class GridLayoutCaptionAlignment extends AbstractTestUI { @Override protected String getTestDescription() { - return "Test alignment of component captions inside GridLayout – " + return "Test alignment of component captions inside GridLayout – " + "all captions should be aligned directly above the TextField components."; } |