Skip to content

Commit d5f3dac

Browse files
committed
all set with the separation
1 parent 0679200 commit d5f3dac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/processing/app/ui/ErrorTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class ErrorTable extends JTable {
4747
Editor editor;
4848

4949
static final String[] columnNames = {
50-
"",
50+
"", // the blank column used for spacing
5151
Language.text("editor.footer.errors.problem"),
5252
Language.text("editor.footer.errors.tab"),
5353
Language.text("editor.footer.errors.line")

java/src/processing/mode/java/pdex/ErrorCheckerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ public void updateErrorTable() {
939939
p.setImportSuggestions(si);
940940
// errorData[index][0] = "<html>" + p.getMessage() +
941941
// " (<font color=#0000ff><u>Import Suggestions available</u></font>)</html>";
942-
message += " (click for suggested libraries)";
942+
message += " (double-click for suggestions)";
943943
}
944944
}
945945
}

0 commit comments

Comments
 (0)