Skip to content

Commit 4b3b973

Browse files
committed
remove FIXME and fix grammar in help text
1 parent 5f8b790 commit 4b3b973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/openstreetmap/josm/plugins/scripting/ui/console/ScriptingConsolePanel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ protected void warnMissingSyntaxStyle(@Null ScriptEngineDescriptor desc) {
9595
sb.append(tr("Syntax highlighting is disabled."));
9696
sb.append("<p>");
9797
sb.append(tr(
98-
"Refer to the online help how to configure the syntax style " +
98+
"Refer to the online help on how to configure the syntax style " +
9999
"for specific content types."));
100100
sb.append("</html>");
101101

@@ -116,7 +116,7 @@ protected void warnMissingSyntaxStyle(@Null ScriptEngineDescriptor desc) {
116116
null,
117117
btns,
118118
btns[0],
119-
null //FIXME: help topic
119+
null // no help topic
120120
);
121121
}
122122

0 commit comments

Comments
 (0)