diff options
Diffstat (limited to 'java/src/IceGridGUI/Application/NodeEditor.java')
-rw-r--r-- | java/src/IceGridGUI/Application/NodeEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/NodeEditor.java b/java/src/IceGridGUI/Application/NodeEditor.java index d49201d8d71..91dfc9b6cde 100644 --- a/java/src/IceGridGUI/Application/NodeEditor.java +++ b/java/src/IceGridGUI/Application/NodeEditor.java @@ -173,7 +173,7 @@ class NodeEditor extends Editor _loadFactor.setToolTipText("<html>A floating point value.<br>" + "When not specified, IceGrid uses 1.0 divided by the<br>" + "<i>number of threads</i> on all platforms except Windows;<br>" - + "on Windows, IceGrid uses 1.0.<html>"); + + "on Windows, IceGrid uses 1.0.<html>"); } protected void appendProperties(DefaultFormBuilder builder) |