summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/NodeEditor.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/NodeEditor.java')
-rw-r--r--java/src/IceGridGUI/Application/NodeEditor.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/Application/NodeEditor.java b/java/src/IceGridGUI/Application/NodeEditor.java
index d36a38a7c14..d49201d8d71 100644
--- a/java/src/IceGridGUI/Application/NodeEditor.java
+++ b/java/src/IceGridGUI/Application/NodeEditor.java
@@ -171,8 +171,9 @@ class NodeEditor extends Editor
_loadFactor.getDocument().addDocumentListener(_updateListener);
_loadFactor.setToolTipText("<html>A floating point value.<br>"
- + "When not specified, IceGrid uses 1.0 on all platforms<br>"
- + "except Windows where it uses 1.0 divided by <i>number of processors</i>.<html>");
+ + "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>");
}
protected void appendProperties(DefaultFormBuilder builder)