We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8b790 commit 4b3b973Copy full SHA for 4b3b973
src/main/java/org/openstreetmap/josm/plugins/scripting/ui/console/ScriptingConsolePanel.java
@@ -95,7 +95,7 @@ protected void warnMissingSyntaxStyle(@Null ScriptEngineDescriptor desc) {
95
sb.append(tr("Syntax highlighting is disabled."));
96
sb.append("<p>");
97
sb.append(tr(
98
- "Refer to the online help how to configure the syntax style " +
+ "Refer to the online help on how to configure the syntax style " +
99
"for specific content types."));
100
sb.append("</html>");
101
@@ -116,7 +116,7 @@ protected void warnMissingSyntaxStyle(@Null ScriptEngineDescriptor desc) {
116
null,
117
btns,
118
btns[0],
119
- null //FIXME: help topic
+ null // no help topic
120
);
121
}
122
0 commit comments